increased loading time by a bit

This commit is contained in:
Coolnsx
2023-12-03 17:44:59 +05:30
parent 6fe05cb026
commit 8bff130519
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ c_reset="\033[0m"
down() {
tput reset
info_$os "Torrent: Downloading"
aria2c -d Downloads --select-file=$2 --seed-time=0 $1 && info_$os "Torrent: Download complete" && rm -f $file || error_$os "Torrent: Error!!"
aria2c --file-allocation=trunc -d Softwares --select-file=$2 --seed-time=0 $1 && info_$os "Torrent: Download complete" && rm -f $file || error_$os "Torrent: Error!!"
}
if [ "$(uname -o)" = "Android" ]; then