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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-24 20:28:28 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-27 21:32:36 +0300
commit06c07d33ee3a3154e41a3d7eca4fd778e0400267 (patch)
treeaa923b3a214711b57cc92d28a561c7a3cf17c1d3 /etc
parent027a2a02bddfad3152d00de6b2134a9d8b21edbf (diff)
Rework raspbian build system
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/NFS.sh5
-rw-r--r--etc/ncp-config.d/SSH.sh2
-rw-r--r--etc/ncp-config.d/UFW.sh6
-rw-r--r--etc/ncp-config.d/dnsmasq.sh5
-rw-r--r--etc/ncp-config.d/fail2ban.sh5
-rw-r--r--etc/ncp-config.d/freeDNS.sh8
-rw-r--r--etc/ncp-config.d/letsencrypt.sh6
-rw-r--r--etc/ncp-config.d/modsecurity.sh6
-rw-r--r--etc/ncp-config.d/nc-admin.sh5
-rw-r--r--etc/ncp-config.d/nc-audit.sh6
-rw-r--r--etc/ncp-config.d/nc-automount.sh6
-rw-r--r--etc/ncp-config.d/nc-autoupdate-nc.sh5
-rw-r--r--etc/ncp-config.d/nc-autoupdate-ncp.sh5
-rw-r--r--etc/ncp-config.d/nc-backup-auto.sh6
-rw-r--r--etc/ncp-config.d/nc-backup.sh6
-rw-r--r--etc/ncp-config.d/nc-database.sh6
-rw-r--r--etc/ncp-config.d/nc-datadir.sh6
-rw-r--r--etc/ncp-config.d/nc-fix-permissions.sh5
-rw-r--r--etc/ncp-config.d/nc-format-USB.sh5
-rw-r--r--etc/ncp-config.d/nc-forward-ports.sh5
-rw-r--r--etc/ncp-config.d/nc-httpsonly.sh6
-rw-r--r--etc/ncp-config.d/nc-info.sh5
-rw-r--r--etc/ncp-config.d/nc-init.sh6
-rw-r--r--etc/ncp-config.d/nc-limits.sh6
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh10
-rw-r--r--etc/ncp-config.d/nc-notify-updates.sh5
-rw-r--r--etc/ncp-config.d/nc-passwd.sh5
-rw-r--r--etc/ncp-config.d/nc-ramlogs.sh6
-rw-r--r--etc/ncp-config.d/nc-restore.sh6
-rw-r--r--etc/ncp-config.d/nc-rsync-auto.sh6
-rw-r--r--etc/ncp-config.d/nc-rsync.sh6
-rw-r--r--etc/ncp-config.d/nc-scan-auto.sh5
-rw-r--r--etc/ncp-config.d/nc-scan.sh5
-rw-r--r--etc/ncp-config.d/nc-snapshot-auto.sh6
-rw-r--r--etc/ncp-config.d/nc-snapshot-sync.sh6
-rw-r--r--etc/ncp-config.d/nc-snapshot.sh6
-rw-r--r--etc/ncp-config.d/nc-static-IP.sh5
-rw-r--r--etc/ncp-config.d/nc-swapfile.sh6
-rw-r--r--etc/ncp-config.d/nc-update-nextcloud.sh6
-rw-r--r--etc/ncp-config.d/nc-update.sh6
-rw-r--r--etc/ncp-config.d/nc-webui.sh5
-rw-r--r--etc/ncp-config.d/nc-wifi.sh6
-rw-r--r--etc/ncp-config.d/nc-zram.sh6
-rw-r--r--etc/ncp-config.d/no-ip.sh6
-rw-r--r--etc/ncp-config.d/samba.sh5
-rw-r--r--etc/ncp-config.d/unattended-upgrades.sh5
46 files changed, 3 insertions, 257 deletions
diff --git a/etc/ncp-config.d/NFS.sh b/etc/ncp-config.d/NFS.sh
index e3b64988..9fd6e715 100644
--- a/etc/ncp-config.d/NFS.sh
+++ b/etc/ncp-config.d/NFS.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh NFS.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/SSH.sh b/etc/ncp-config.d/SSH.sh
index 2dcdc7d2..5d4d1654 100644
--- a/etc/ncp-config.d/SSH.sh
+++ b/etc/ncp-config.d/SSH.sh
@@ -3,7 +3,7 @@
# Activate/deactivate SSH
#
#
-# Copyleft 2017 by Courtney Hicks
+# Copyleft 2017 by Courtney Hicks and Ignacio Nunez Hernanz
# GPL licensed (see end of file) * Use at your own risk!
#
diff --git a/etc/ncp-config.d/UFW.sh b/etc/ncp-config.d/UFW.sh
index 617e6ed7..b12380d3 100644
--- a/etc/ncp-config.d/UFW.sh
+++ b/etc/ncp-config.d/UFW.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh UFW.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/dnsmasq.sh b/etc/ncp-config.d/dnsmasq.sh
index ab6f65c2..37220bbd 100644
--- a/etc/ncp-config.d/dnsmasq.sh
+++ b/etc/ncp-config.d/dnsmasq.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh dnsmasq.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com/2017/03/09/dnsmasq-as-dns-cache-server-for-nextcloudpi-and-raspbian/
#
diff --git a/etc/ncp-config.d/fail2ban.sh b/etc/ncp-config.d/fail2ban.sh
index 4cbe3fe8..d7667a12 100644
--- a/etc/ncp-config.d/fail2ban.sh
+++ b/etc/ncp-config.d/fail2ban.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh fail2ban.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com/2017/02/24/nextcloudpi-fail2ban-installer/
#
diff --git a/etc/ncp-config.d/freeDNS.sh b/etc/ncp-config.d/freeDNS.sh
index bffc98e1..b13129e6 100644
--- a/etc/ncp-config.d/freeDNS.sh
+++ b/etc/ncp-config.d/freeDNS.sh
@@ -5,14 +5,6 @@
# Copyleft 2017 by Panteleimon Sarantos <pantelis.fedora _a_t_ gmail _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh freedns.sh
-#
-# See installer.sh instructions for details
-#
-#
-#
ACTIVE_=no
UPDATEHASH_=abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567
diff --git a/etc/ncp-config.d/letsencrypt.sh b/etc/ncp-config.d/letsencrypt.sh
index a9d480ec..7c2bb155 100644
--- a/etc/ncp-config.d/letsencrypt.sh
+++ b/etc/ncp-config.d/letsencrypt.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh letsencrypt.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/03/17/lets-encrypt-installer-for-apache/
DOMAIN_=mycloud.ownyourbits.com
diff --git a/etc/ncp-config.d/modsecurity.sh b/etc/ncp-config.d/modsecurity.sh
index 5bc4a4c0..fa1184f9 100644
--- a/etc/ncp-config.d/modsecurity.sh
+++ b/etc/ncp-config.d/modsecurity.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh modsecurity.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-admin.sh b/etc/ncp-config.d/nc-admin.sh
index 16cf79ce..10ffff15 100644
--- a/etc/ncp-config.d/nc-admin.sh
+++ b/etc/ncp-config.d/nc-admin.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-admin.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-audit.sh b/etc/ncp-config.d/nc-audit.sh
index 04ef9c80..70df02a8 100644
--- a/etc/ncp-config.d/nc-audit.sh
+++ b/etc/ncp-config.d/nc-audit.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-audit.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-automount.sh b/etc/ncp-config.d/nc-automount.sh
index 19d91aea..d16a0bc2 100644
--- a/etc/ncp-config.d/nc-automount.sh
+++ b/etc/ncp-config.d/nc-automount.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-automount.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.sh b/etc/ncp-config.d/nc-autoupdate-nc.sh
index 0c639342..11ac884c 100644
--- a/etc/ncp-config.d/nc-autoupdate-nc.sh
+++ b/etc/ncp-config.d/nc-autoupdate-nc.sh
@@ -5,11 +5,6 @@
# Copyleft 2018 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-autoupdate-nc.sh <IP>
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-autoupdate-ncp.sh b/etc/ncp-config.d/nc-autoupdate-ncp.sh
index 1fa6e2d9..5f1430ab 100644
--- a/etc/ncp-config.d/nc-autoupdate-ncp.sh
+++ b/etc/ncp-config.d/nc-autoupdate-ncp.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-autoupdate-ncp.sh <IP>
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-backup-auto.sh b/etc/ncp-config.d/nc-backup-auto.sh
index d785eac9..629c7dd9 100644
--- a/etc/ncp-config.d/nc-backup-auto.sh
+++ b/etc/ncp-config.d/nc-backup-auto.sh
@@ -4,12 +4,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-backup-auto.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-backup.sh b/etc/ncp-config.d/nc-backup.sh
index 74155c93..5758a2b9 100644
--- a/etc/ncp-config.d/nc-backup.sh
+++ b/etc/ncp-config.d/nc-backup.sh
@@ -4,12 +4,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-backup.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-database.sh b/etc/ncp-config.d/nc-database.sh
index 21c4ecb8..bc1f651e 100644
--- a/etc/ncp-config.d/nc-database.sh
+++ b/etc/ncp-config.d/nc-database.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-database.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-datadir.sh b/etc/ncp-config.d/nc-datadir.sh
index bd98ef8d..d39e7a83 100644
--- a/etc/ncp-config.d/nc-datadir.sh
+++ b/etc/ncp-config.d/nc-datadir.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-datadir.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/03/13/nextcloudpi-gets-nextcloudpi-config/
#
diff --git a/etc/ncp-config.d/nc-fix-permissions.sh b/etc/ncp-config.d/nc-fix-permissions.sh
index 9aa9f1ea..d1cb578e 100644
--- a/etc/ncp-config.d/nc-fix-permissions.sh
+++ b/etc/ncp-config.d/nc-fix-permissions.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-fix-permissions.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-format-USB.sh b/etc/ncp-config.d/nc-format-USB.sh
index fef1f287..404155d5 100644
--- a/etc/ncp-config.d/nc-format-USB.sh
+++ b/etc/ncp-config.d/nc-format-USB.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-format-USB.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-forward-ports.sh b/etc/ncp-config.d/nc-forward-ports.sh
index ae25779c..b8e15ae8 100644
--- a/etc/ncp-config.d/nc-forward-ports.sh
+++ b/etc/ncp-config.d/nc-forward-ports.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-forward-ports.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-httpsonly.sh b/etc/ncp-config.d/nc-httpsonly.sh
index 6f441108..856642b2 100644
--- a/etc/ncp-config.d/nc-httpsonly.sh
+++ b/etc/ncp-config.d/nc-httpsonly.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-httpsonly.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/03/13/nextcloudpi-gets-nextcloudpi-config/
#
diff --git a/etc/ncp-config.d/nc-info.sh b/etc/ncp-config.d/nc-info.sh
index e4b08f07..e9653138 100644
--- a/etc/ncp-config.d/nc-info.sh
+++ b/etc/ncp-config.d/nc-info.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-info.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-init.sh b/etc/ncp-config.d/nc-init.sh
index befc0b36..ad28c0b5 100644
--- a/etc/ncp-config.d/nc-init.sh
+++ b/etc/ncp-config.d/nc-init.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-init.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-limits.sh b/etc/ncp-config.d/nc-limits.sh
index 8902df5f..60da4d8e 100644
--- a/etc/ncp-config.d/nc-limits.sh
+++ b/etc/ncp-config.d/nc-limits.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-limits.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/03/13/nextcloudpi-gets-nextcloudpi-config/
#
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index ccc16dd6..61797e17 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-nextcloud <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
@@ -31,7 +25,7 @@ INFOTITLE="NextCloud installation"
INFO="This new installation will cleanup current
NextCloud instance, including files and database.
-You can later use nc-init to configure to NextCloudPlus defaults
+You can later use nc-init to configure to NextCloudPi defaults
** perform backup before proceding **
@@ -40,7 +34,7 @@ You can use nc-backup "
install()
{
- # During build, this step is run before nextcloudplus.sh. Avoid executing twice
+ # During build, this step is run before ncp.sh. Avoid executing twice
[[ -f /usr/lib/systemd/system/nc-provisioning.service ]] && return 0
# Optional packets for Nextcloud and Apps
diff --git a/etc/ncp-config.d/nc-notify-updates.sh b/etc/ncp-config.d/nc-notify-updates.sh
index cc0432da..b69023dd 100644
--- a/etc/ncp-config.d/nc-notify-updates.sh
+++ b/etc/ncp-config.d/nc-notify-updates.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-notify-updates.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-passwd.sh b/etc/ncp-config.d/nc-passwd.sh
index ae3831fa..b65a557a 100644
--- a/etc/ncp-config.d/nc-passwd.sh
+++ b/etc/ncp-config.d/nc-passwd.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-passwd.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-ramlogs.sh b/etc/ncp-config.d/nc-ramlogs.sh
index 62417751..d9008a6c 100644
--- a/etc/ncp-config.d/nc-ramlogs.sh
+++ b/etc/ncp-config.d/nc-ramlogs.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-ramlogs.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-restore.sh b/etc/ncp-config.d/nc-restore.sh
index 30fc745c..aff146f4 100644
--- a/etc/ncp-config.d/nc-restore.sh
+++ b/etc/ncp-config.d/nc-restore.sh
@@ -6,12 +6,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-restore.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-rsync-auto.sh b/etc/ncp-config.d/nc-rsync-auto.sh
index eccddd83..08a5a3d8 100644
--- a/etc/ncp-config.d/nc-rsync-auto.sh
+++ b/etc/ncp-config.d/nc-rsync-auto.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-rsync.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-rsync.sh b/etc/ncp-config.d/nc-rsync.sh
index c978a552..7ed1ad38 100644
--- a/etc/ncp-config.d/nc-rsync.sh
+++ b/etc/ncp-config.d/nc-rsync.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-rsync.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-scan-auto.sh b/etc/ncp-config.d/nc-scan-auto.sh
index 87d772a4..89bafdb2 100644
--- a/etc/ncp-config.d/nc-scan-auto.sh
+++ b/etc/ncp-config.d/nc-scan-auto.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./nc-scan-auto.sh
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-scan.sh b/etc/ncp-config.d/nc-scan.sh
index 0e30cc25..70b7570a 100644
--- a/etc/ncp-config.d/nc-scan.sh
+++ b/etc/ncp-config.d/nc-scan.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./nc-scan.sh
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-snapshot-auto.sh b/etc/ncp-config.d/nc-snapshot-auto.sh
index 84053656..03c5e58e 100644
--- a/etc/ncp-config.d/nc-snapshot-auto.sh
+++ b/etc/ncp-config.d/nc-snapshot-auto.sh
@@ -6,12 +6,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-snapshot-auto.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-snapshot-sync.sh b/etc/ncp-config.d/nc-snapshot-sync.sh
index 9f992f6a..ecca05f3 100644
--- a/etc/ncp-config.d/nc-snapshot-sync.sh
+++ b/etc/ncp-config.d/nc-snapshot-sync.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-snapshot-sync.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-snapshot.sh b/etc/ncp-config.d/nc-snapshot.sh
index 9059ac7c..607bc47e 100644
--- a/etc/ncp-config.d/nc-snapshot.sh
+++ b/etc/ncp-config.d/nc-snapshot.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-snapshot.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-static-IP.sh b/etc/ncp-config.d/nc-static-IP.sh
index 6da04f0d..a76c8963 100644
--- a/etc/ncp-config.d/nc-static-IP.sh
+++ b/etc/ncp-config.d/nc-static-IP.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-static-IP.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-swapfile.sh b/etc/ncp-config.d/nc-swapfile.sh
index 424588c2..b71b976c 100644
--- a/etc/ncp-config.d/nc-swapfile.sh
+++ b/etc/ncp-config.d/nc-swapfile.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-swapfile.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-update-nextcloud.sh b/etc/ncp-config.d/nc-update-nextcloud.sh
index 14ac74b9..ca49afad 100644
--- a/etc/ncp-config.d/nc-update-nextcloud.sh
+++ b/etc/ncp-config.d/nc-update-nextcloud.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-update-nextcloud.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/nc-update.sh b/etc/ncp-config.d/nc-update.sh
index 056bf620..61387133 100644
--- a/etc/ncp-config.d/nc-update.sh
+++ b/etc/ncp-config.d/nc-update.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-update.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-webui.sh b/etc/ncp-config.d/nc-webui.sh
index 4a1f7e5e..ef22ea3a 100644
--- a/etc/ncp-config.d/nc-webui.sh
+++ b/etc/ncp-config.d/nc-webui.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-webui.sh <IP>
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/nc-wifi.sh b/etc/ncp-config.d/nc-wifi.sh
index bac5d8f7..2914a845 100644
--- a/etc/ncp-config.d/nc-wifi.sh
+++ b/etc/ncp-config.d/nc-wifi.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-wifi.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/
#
diff --git a/etc/ncp-config.d/nc-zram.sh b/etc/ncp-config.d/nc-zram.sh
index 7bdbfe44..ccf595cf 100644
--- a/etc/ncp-config.d/nc-zram.sh
+++ b/etc/ncp-config.d/nc-zram.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh nc-zram.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
diff --git a/etc/ncp-config.d/no-ip.sh b/etc/ncp-config.d/no-ip.sh
index cf3d8232..1e610c9b 100644
--- a/etc/ncp-config.d/no-ip.sh
+++ b/etc/ncp-config.d/no-ip.sh
@@ -5,12 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh no-ip.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
-#
# More at https://ownyourbits.com/2017/03/05/dynamic-dns-for-raspbian-with-no-ip-org-installer/
#
diff --git a/etc/ncp-config.d/samba.sh b/etc/ncp-config.d/samba.sh
index 9b6b3d46..3898b1a9 100644
--- a/etc/ncp-config.d/samba.sh
+++ b/etc/ncp-config.d/samba.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh samba.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: https://ownyourbits.com
#
diff --git a/etc/ncp-config.d/unattended-upgrades.sh b/etc/ncp-config.d/unattended-upgrades.sh
index 4ced697e..94b391d8 100644
--- a/etc/ncp-config.d/unattended-upgrades.sh
+++ b/etc/ncp-config.d/unattended-upgrades.sh
@@ -5,11 +5,6 @@
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
#
-# Usage:
-#
-# ./installer.sh unattended-upgrades.sh <IP> (<img>)
-#
-# See installer.sh instructions for details
# More at: ownyourbits.com
#