Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-03-21 19:17:06 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-21 19:17:06 +0300
commit5b93e9afab7f16a6f2433b99528843029c1a82fb (patch)
treeab1ad9b500e2fc800481cd0a8f5534da2a3ae656 /installer.sh
parent3761183980cda82d982ba7b7922926ea31b0a011 (diff)
add website URL to scritps
Diffstat (limited to 'installer.sh')
-rwxr-xr-xinstaller.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer.sh b/installer.sh
index d498ea98..af1f04e2 100755
--- a/installer.sh
+++ b/installer.sh
@@ -29,6 +29,8 @@
# Use any script that would run locally on the image
# Use the IP of your running QEMU Raspbian image (DHCP should assign always the same)
#
+# More at: https://ownyourbits.com/2017/03/05/generic-software-installer-for-raspbian/
+#
INSTALL_SCRIPT=$1 # First argument is the script to be run inside Raspbian
IP=$2 # Second argument is the QEMU Raspbian IP address