forked from mrismanaziz/PyroMan-Userbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart
More file actions
20 lines (18 loc) · 670 Bytes
/
Copy pathstart
File metadata and controls
20 lines (18 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
# Credits: @mrismanaziz
# Copyright (C) 2022 Pyro-ManUserbot
#
# This file is a part of < https://github.com/mrismanaziz/PyroMan-Userbot/ >
# PLease read the GNU Affero General Public License in
# <https://www.github.com/mrismanaziz/PyroMan-Userbot/blob/main/LICENSE/>.
#
# t.me/SharingUserbot & t.me/Lunatic0de
_starter () {
echo "Downloading source code"
git clone https://github.com/mrismanaziz/PyroMan-Userbot
cd PyroMan-Userbot/ && rm -rf .git
python3 ../updater.py ../requirements.txt requirements.txt
echo "PyroMan-Userbot v0.2.0, Copyright © 2022 (Risman) <https://github.com/mrismanaziz>"
python3 -m ProjectMan
}
_starter