Commit bcb11bad authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

CUPS

parent 6f9f8b7d
......@@ -419,7 +419,7 @@ install_syncthing (){
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo deb http://apt.syncthing.net/ syncthing release | sudo tee /etc/apt/sources.list.d/syncthing-release.list
sudo apt-get update
sudo apt-get install syncthing
install_packet "syncthing" "Install Personal cloud https://syncthing.net/"
sed -e 's/exit 0//g' -i /etc/rc.local
cat >> /etc/rc.local <<"EOF"
syncthing
......
......@@ -60,6 +60,9 @@ do
if [ "$i" == "Syncthing" ] ; then
install_syncthing
fi
if [ "$i" == "CUPS" ] ; then
install_cups
fi
if [ "$i" == "Transmission" ] ; then
install_transmission
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment