We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aaae1 commit be5f361Copy full SHA for be5f361
install-panel.sh
@@ -29,8 +29,8 @@ set -e
29
#############################################################################
30
31
# versioning
32
-GITHUB_SOURCE="v0.1.0"
33
-SCRIPT_RELEASE="v0.1.0"
+GITHUB_SOURCE="master"
+SCRIPT_RELEASE="canary"
34
35
# exit with error status code if user is not root
36
if [[ $EUID -ne 0 ]]; then
install-wings.sh
#################################
######## General checks #########
0 commit comments