From ead3226cb0a87ffb5cf9b6f65b73511ab3ef02a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=95=E3=81=95?= <91324887+sasa8810@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:07:05 +0900 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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