mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Added comment block with command-line options
This commit is contained in:
parent
7d8cce9fb1
commit
fe2d01f42f
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue