-
Notifications
You must be signed in to change notification settings - Fork 0
/
startup.sh
27 lines (25 loc) · 903 Bytes
/
startup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
echo ">> FETCHING UPSTREAM..."
git clone https://github.com/DNNIHAD/MusicPlayer /MusicPlayer
echo ">> INSTALLING REQUIREMENTS..."
cd /MusicPlayer
pip3 install -U -r requirements.txt
echo ">> STARTING MUSIC PLAYER USERBOT..."
clear
echo "
# #
## ## # # #### # ####
# # # # # # # # # #
# # # # # #### # #
# # # # # # #
# # # # # # # # #
# # #### #### # ####
######
# # # ## # # ###### #####
# # # # # # # # # #
###### # # # # ##### # #
# # ###### # # #####
# # # # # # # #
# ###### # # # ###### # #
MUSIC PLAYER USERBOT IS SUCCESSFULLY DEPLOYED!
"
python3 main.py