We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392edfa commit 514615eCopy full SHA for 514615e
install.sh
@@ -56,7 +56,9 @@ inputs() {
56
57
read -p "Please enter Telegram Bot TOKEN: " TOKEN
58
sed -i "s/TOKEN = os.getenv(\"TOKEN\", \"C\")/TOKEN = os.getenv(\"TOKEN\", \"$TOKEN\")/" config.py
59
-
+
60
+ read -p "Please enter the number of free downloads: [default : 20]" FREE_DOWNLOAD
61
+ sed -i "s/FREE_DOWNLOAD = os.getenv(\"FREE_DOWNLOAD\", 20)/FREE_DOWNLOAD = os.getenv(\"FREE_DOWNLOAD\", $FREE_DOWNLOAD)/" config.py
62
}
63
64
#install
0 commit comments