fixed it for the last goddamn time

This commit is contained in:
Nicholas Dyer 2023-05-14 19:46:59 -04:00
parent d7a01340b7
commit e5c17b60e7

View File

@ -12,8 +12,7 @@ def shutdown_system():
os.system('sudo shutdown now') os.system('sudo shutdown now')
def update(): def update():
os.system('bash "cd ~/pocket_friends & git pull"') os.system('bash ~/update.sh')
os.system('bash "cd ~/pocket_friends & git checkout ."')
sys.exit(1) sys.exit(1)
def restart_app(): def restart_app():