Unverified Commit c8b28da9 authored by Werner's avatar Werner Committed by GitHub
Browse files

Adjust necessary storage for torrents. (#101)

parent 126ad687
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment