From fe2d01f42f41a403e8379dfd0f14c37b349e1b57 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 6 Oct 2019 23:59:21 +0100 Subject: [PATCH] Added comment block with command-line options --- installers/raspbian.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 38fabb17..c7242f11 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -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