installing lftp

This commit is contained in:
rootzoll 2018-09-05 17:09:45 +02:00
parent c099454344
commit 05b5d06db8

View File

@ -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"