generated from ztimson/template
Merge pull request 'Update install.sh' (#5) from ztimson-patch-5 into master
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_URL="https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/pi-fallback-ap.sh"
|
||||
SCRIPT_URL="https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/fallback-ap.sh"
|
||||
INSTALL_PATH="/usr/local/bin/fallback-ap"
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
@@ -11,7 +11,7 @@ if [ "$EUID" -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Downloading fallback-ap..."
|
||||
echo "Downloading..."
|
||||
curl -fsSL "$SCRIPT_URL" -o "$INSTALL_PATH"
|
||||
|
||||
chmod +x "$INSTALL_PATH"
|
||||
|
||||
Reference in New Issue
Block a user