diff --git a/downr1n.sh b/downr1n.sh index 17b835a..0273336 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -422,7 +422,7 @@ if [ "$os" = 'Linux' ]; then linux_cmds='lsusb' fi -for cmd in unzip python3 rsync git ssh scp killall sudo grep pgrep xz ${linux_cmds}; do +for cmd in unzip python3 rsync git ssh scp killall sudo grep pgrep xz aria2c ${linux_cmds}; do if ! command -v "${cmd}" > /dev/null; then echo "[-] Command '${cmd}' not installed, please install it!"; cmd_not_found=1