mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added comment block with command-line options
This commit is contained in:
parent
7d8cce9fb1
commit
fe2d01f42f
@ -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/"
|
UPDATE_URL="https://raw.githubusercontent.com/billz/raspap-webgui/master/"
|
||||||
wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh
|
wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh
|
||||||
source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh
|
source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user