Added comment block with command-line options

This commit is contained in:
billz 2019-10-06 23:59:21 +01:00
parent 7d8cce9fb1
commit fe2d01f42f
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
#!/bin/bash
#
# RaspAP Quick Installer
# author: @billz
# license: GNU General Public License v3.0
#
# Command-line options: -y, --yes, --assume-yes
# Assume "yes" as answer to all prompts and run non-interactively
UPDATE_URL="https://raw.githubusercontent.com/billz/raspap-webgui/master/"
wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh
source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh