Adjust necessary storage for torrents. (#101)

This commit is contained in:
Werner
2020-06-08 00:03:47 +02:00
committed by GitHub
parent 126ad687e2
commit c8b28da9b2

View File

@@ -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