Programming the flux capacitor

This commit is contained in:
coolnsx
2024-02-05 19:38:05 +05:30
parent 611237afa5
commit 77570fc100

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 "$1" && info_$os "Torrent: Download complete" && return 0
aria2c --file-allocation=trunc -d "$download_dir" --select-file="$2" --seed-time=0 --summary-interval=0 "$1" && info_$os "Torrent: Download complete" && return 0
error_$os "Torrent: Error!!"
}