From a55c1cbb1d4a47d1c758b27cb1bfa55fd0bae3a6 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 17 Mar 2020 18:47:21 +0100 Subject: [PATCH] Update installer version --- installers/raspbian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index ea828999..c1ac8a9e 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -31,7 +31,7 @@ # Set defaults repo="billz/raspap-webgui" branch="master" -VERSION=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' ) +RASPAP_VERSION=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' ) assume_yes=0 ovpn_option=1 @@ -75,7 +75,7 @@ while :; do exit 1 ;; -v|--version) - printf "RaspAP v${VERSION} - simple AP setup and wifi mangement for the RaspberryPi\n" + printf "RaspAP v${RASPAP_VERSION} - simple AP setup and wifi mangement for the RaspberryPi\n" exit 1 ;; -*|--*)