Update downr1n.sh
This commit is contained in:
parent
d890c867da
commit
ead3226cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ if [ "$os" = 'Linux' ]; then
|
||||||
linux_cmds='lsusb'
|
linux_cmds='lsusb'
|
||||||
fi
|
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
|
if ! command -v "${cmd}" > /dev/null; then
|
||||||
echo "[-] Command '${cmd}' not installed, please install it!";
|
echo "[-] Command '${cmd}' not installed, please install it!";
|
||||||
cmd_not_found=1
|
cmd_not_found=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue