Stunt Rally: apt install -yf aria2

pull/891/head
Botspot 4 years ago
parent d10714c513
commit 63604dec4d

@ -9,7 +9,7 @@ function error {
#install dependencies
if ! command -v aria2c >/dev/null ; then
sudo apt install aria2 -y || error "Failed to install aria2"
sudo apt install aria2 -yf || error "Failed to install aria2"
ARIA2=1
fi

Loading…
Cancel
Save