Update quick installer

This commit is contained in:
billz 2019-12-01 09:49:07 +00:00
parent 89e9fc5563
commit 6a01fae624
1 changed files with 1 additions and 1 deletions

View File

@ -20,9 +20,9 @@
# -v, --version
# Outputs release info and exits
VERSION=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' )
repo="billz/raspap-webgui"
branch="master"
VERSION=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' )
assume_yes=0
ovpn_option=1
usage=$(cat << EOF