Configure the Statux.org Repository
Connecting to, and using statux.org repositories.
Debian (and variants)
Add the following line to /etc/apt/sources.list.
deb http://www.statux.org/software packages main
Now, we'll add the appropriate signing key to ensure that the packages you are downloading are signed by statux.org
wget -q http://www.statux.org/software/key/statux.pub -O- | sudo apt-key add -
|