Browse Source

installing lftp

#146
rootzoll 6 years ago
parent
commit
05b5d06db8
  1. 1
      home.admin/50torrentHDD.sh

1
home.admin/50torrentHDD.sh

@ -27,6 +27,7 @@ targetSize=$size
maxTimeoutLoops=100000
command="sudo lftp -c 'torrent -O ${targetDir} /home/admin/assets/${torrent}.torrent; bye'"
sudo apt-get install lftp -y
echo "command to execute:"
echo ${command}
echo "Press key to continue"

Loading…
Cancel
Save