Skip to content

Commit 3ff445c

Browse files
authored
new dev
1 parent 138884d commit 3ff445c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reality-ezpz.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ EOF
974974
}
975975

976976
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]}"
978978
}
979979

980980
function generate_selfsigned_certificate {

tgbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
admin = os.environ['BOT_ADMIN']
99
updater = Updater(token)
1010
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) '
1212
def get_users_ezpz():
1313
local_command = command + '--list-users'
1414
return run_command(local_command).split('\n')[:-1]

0 commit comments

Comments
 (0)