This commit is contained in:
coolnsx
2024-04-20 20:48:06 +05:30
parent 8fc908b84a
commit 1e0be92148
6 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ c_reset="\033[0m"
down() {
tput reset
info_$os "Torrent: Downloading"
aria2c --file-allocation=trunc -d "$download_dir" --select-file="$2" --seed-time=0 --summary-interval=0 "$1" && info_$os "Torrent: Download complete" && return 0
aria2c --file-allocation=trunc -d "$download_dir" --select-file="$2" --seed-time=0 --seed-ratio='0.0' --summary-interval=0 "$1" && info_$os "Torrent: Download complete" && return 0
error_$os "Torrent: Error!!"
}