Update Script for Warpgate (Linux) #732
mietzen
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a script to update warpgate to the latest release on x86_64 Linux, perhaps this is useful for anybody else:
Prerequisites:
jq
Run with:
sudo bash ./update-warpgate.sh
From a warpgate connection run with:
nohup sudo bash ./update-warpgate.sh >/dev/null 2>&1 &
Warning: you will be disconnected!
You should only be using this if you have other methods access the server warpgate is running on, otherwise you might lock yourself out!
Beta Was this translation helpful? Give feedback.
All reactions