Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored May 21, 2024
1 parent bf49373 commit e85f612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ EOF
}

function download_tgbot_script {
curl -fsSL -m 3 https://raw.githubusercontent.com/aleskxyz/reality-ezpz/shadow/tgbot.py -o "${path[tgbot_script]}"
curl -fsSL -m 3 https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master/tgbot.py -o "${path[tgbot_script]}"
}

function generate_selfsigned_certificate {
Expand Down
2 changes: 1 addition & 1 deletion tgbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
admin = os.environ['BOT_ADMIN']
updater = Updater(token)
username_regex = re.compile("^[a-zA-Z0-9]+$")
command = 'bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/shadow/reality-ezpz.sh) '
command = 'bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master/reality-ezpz.sh) '
def get_users_ezpz():
local_command = command + '--list-users'
return run_command(local_command).split('\n')[:-1]
Expand Down

0 comments on commit e85f612

Please sign in to comment.