File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 974
974
}
975
975
976
976
function download_tgbot_script {
977
- curl -fsSL -m 3 https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master /tgbot.py -o " ${path[tgbot_script]} "
977
+ curl -fsSL -m 3 https://raw.githubusercontent.com/aleskxyz/reality-ezpz/shadow /tgbot.py -o " ${path[tgbot_script]} "
978
978
}
979
979
980
980
function generate_selfsigned_certificate {
Original file line number Diff line number Diff line change 8
8
admin = os .environ ['BOT_ADMIN' ]
9
9
updater = Updater (token )
10
10
username_regex = re .compile ("^[a-zA-Z0-9]+$" )
11
- command = 'bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master /reality-ezpz.sh) '
11
+ command = 'bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/shadow /reality-ezpz.sh) '
12
12
def get_users_ezpz ():
13
13
local_command = command + '--list-users'
14
14
return run_command (local_command ).split ('\n ' )[:- 1 ]
You can’t perform that action at this time.
0 commit comments