PiCtory 1.1.1 for RevPi

Take a look inside and be the first to get news regarding Revolution Pi
Post Reply
User avatar
dirk
KUNBUS
Posts: 1926
Joined: 15 Dec 2016, 13:19
Answers: 4

PiCtory 1.1.1 for RevPi

Post by dirk »

We have fixed a bug in PiCtory.
This error caused the piControl driver, in some situations, to put out wrong addresses
of variables.

The update may be installed using apt-get. Therefore the following steps are necessary:
Conect the RevPi to the internet.
Login on the RevPi (via SSH or on the console)

Code: Select all

sudo apt-get update
sudo apt-get install pictory
A warning message will be displayed that the package cannot be authenticated.
This can be ignored. With 'y' the installation continues.
After the installation It is important to reload the PiCtory page in the browser.

Alternatively the package may be installed manually. Download the file pictory_1.1.1-1_all.deb
from our server at http://packages.revolutionpi.de/updates/ and copy it on the RevPi
for example via ftp. Install the package with the following command:

Code: Select all

dpkg -i pictory_1.1.1-1_all.deb
Post Reply