mirror of
https://github.com/mudler/edgevpn.git
synced 2025-09-26 21:01:44 +08:00
fix: outdated version number in install script (#909)
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ github_version() {
|
||||
curl -s https://api.github.com/repos/mudler/edgevpn/releases/latest | \
|
||||
grep tag_name | \
|
||||
awk '{ print $2 }' | \
|
||||
sed -e 's/\"//g' -e 's/,//g' || echo "v0.8.5"
|
||||
sed -e 's/\"//g' -e 's/,//g' || echo "v30.2"
|
||||
set -e
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user