Skip to content

Commit 514615e

Browse files
committed
update install.sh
1 parent 392edfa commit 514615e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ inputs() {
5656

5757
read -p "Please enter Telegram Bot TOKEN: " TOKEN
5858
sed -i "s/TOKEN = os.getenv(\"TOKEN\", \"C\")/TOKEN = os.getenv(\"TOKEN\", \"$TOKEN\")/" config.py
59-
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
6062
}
6163

6264
#install

0 commit comments

Comments
 (0)