
Instructions for using the APT repository:
Use this line to include the Toribash APT repository into your /etc/apt/sources.list:
deb http://linux.toribash.com/apt/ toribash/
To get the public key recognized by APT, use:
wget -q -O - http://linux.toribash.com/sign.key | sudo apt-key add -
Impatient and/or lazy people can use this command to do it all at once (including installation of Toribash):
[ "x$(id -u)" != "x0" ] && gainroot="$(which sudo > /dev/null 2>&1 && echo "sudo sh -c" || echo "su -c")" || gainroot="sh -c" &&
$gainroot 'echo "deb http://linux.toribash.com/apt/ toribash/" > /etc/apt/sources.list.d/toribash.list &&
wget -q -O - http://linux.toribash.com/sign.key | apt-key add - &&
apt-get update && apt-get install toribash';
Back to the Toribash Linux overview page.







