mirror of
https://github.com/armbian/config.git
synced 2026-01-06 09:53:35 -08:00
Adjust necessary storage for torrents. (#101)
This commit is contained in:
@@ -1764,7 +1764,7 @@ if ! is_package_manager_running; then
|
||||
selection=${selection//Transmission/}
|
||||
dialog --title "Seed Armbian torrents" --backtitle "$BACKTITLE" --yes-label "Yes" --no-label "No" --yesno "\
|
||||
\nDo you want to help the community and seed armbian torrent files? It will ensure faster downloads for everyone.\
|
||||
\n\nApproximately 80GB disk space is required." 11 44
|
||||
\n\nApproximately 400GB disk space is required." 11 44
|
||||
if [[ $? = 0 ]]; then
|
||||
install_transmission_seed_armbian_torrents
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user