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-08-16 01:49:36 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-16 01:52:29 +0300
commitbb88b512fc370617e9d7afa6cac1a5c49e7ea577 (patch)
tree7a667cd46712375d4678e609041f25f152eea9d6
parent8f349c938f614e3157656d0a0a473e5a8a93eb56 (diff)
fix comment
-rwxr-xr-xbin/nextcloudpi-config1
-rw-r--r--build-devel.sh1
-rw-r--r--docker/build-container.sh1
-rw-r--r--etc/nextcloudpi-config.d/NFS.sh1
-rw-r--r--etc/nextcloudpi-config.d/dnsmasq.sh1
-rw-r--r--etc/nextcloudpi-config.d/fail2ban.sh1
-rw-r--r--etc/nextcloudpi-config.d/letsencrypt.sh1
-rw-r--r--etc/nextcloudpi-config.d/modsecurity.sh1
-rw-r--r--etc/nextcloudpi-config.d/nc-automount.sh1
-rw-r--r--etc/nextcloudpi-config.d/nc-backup-auto.sh1
-rw-r--r--etc/nextcloudpi-config.d/nc-backup.sh1
-rw-r--r--etc/nextcloudpi-config.d/nc-database.sh1
-rw-r--r--nextcloudpi.sh1
13 files changed, 0 insertions, 13 deletions
diff --git a/bin/nextcloudpi-config b/bin/nextcloudpi-config
index 797a3361..598329e2 100755
--- a/bin/nextcloudpi-config
+++ b/bin/nextcloudpi-config
@@ -1,7 +1,6 @@
#!/bin/bash
# NextCloudPi software configuration
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/build-devel.sh b/build-devel.sh
index b17a7055..f671ccd3 100644
--- a/build-devel.sh
+++ b/build-devel.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Perform a software update in NextCloudPi
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/docker/build-container.sh b/docker/build-container.sh
index cdae3980..7ac041e2 100644
--- a/docker/build-container.sh
+++ b/docker/build-container.sh
@@ -1,7 +1,6 @@
#!/bin/bish
# Build NextCloudPi ARM docker container in a QEMU Raspbian with docker
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/NFS.sh b/etc/nextcloudpi-config.d/NFS.sh
index f854bd29..97d4eb8c 100644
--- a/etc/nextcloudpi-config.d/NFS.sh
+++ b/etc/nextcloudpi-config.d/NFS.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# NFS server for Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/dnsmasq.sh b/etc/nextcloudpi-config.d/dnsmasq.sh
index 995d30a0..d14dbe42 100644
--- a/etc/nextcloudpi-config.d/dnsmasq.sh
+++ b/etc/nextcloudpi-config.d/dnsmasq.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# dnsmasq DNS server with cache installation on Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/fail2ban.sh b/etc/nextcloudpi-config.d/fail2ban.sh
index 38edef6e..905916a1 100644
--- a/etc/nextcloudpi-config.d/fail2ban.sh
+++ b/etc/nextcloudpi-config.d/fail2ban.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Fail2ban installation script for Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/letsencrypt.sh b/etc/nextcloudpi-config.d/letsencrypt.sh
index 403c6770..980d34f9 100644
--- a/etc/nextcloudpi-config.d/letsencrypt.sh
+++ b/etc/nextcloudpi-config.d/letsencrypt.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Let's encrypt certbot installation on Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/modsecurity.sh b/etc/nextcloudpi-config.d/modsecurity.sh
index 699c19fa..08250096 100644
--- a/etc/nextcloudpi-config.d/modsecurity.sh
+++ b/etc/nextcloudpi-config.d/modsecurity.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# modsecurity WAF installation on Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/nc-automount.sh b/etc/nextcloudpi-config.d/nc-automount.sh
index fbebea7d..16244e5f 100644
--- a/etc/nextcloudpi-config.d/nc-automount.sh
+++ b/etc/nextcloudpi-config.d/nc-automount.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Automount configuration for NextCloudPi
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/nc-backup-auto.sh b/etc/nextcloudpi-config.d/nc-backup-auto.sh
index ad699665..a5afbdbe 100644
--- a/etc/nextcloudpi-config.d/nc-backup-auto.sh
+++ b/etc/nextcloudpi-config.d/nc-backup-auto.sh
@@ -1,6 +1,5 @@
#!/bin/bash
# Nextcloud backups
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/nc-backup.sh b/etc/nextcloudpi-config.d/nc-backup.sh
index a7e1e3c8..d4e28689 100644
--- a/etc/nextcloudpi-config.d/nc-backup.sh
+++ b/etc/nextcloudpi-config.d/nc-backup.sh
@@ -1,6 +1,5 @@
#!/bin/bash
# Nextcloud backups
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/etc/nextcloudpi-config.d/nc-database.sh b/etc/nextcloudpi-config.d/nc-database.sh
index 14a47246..4b5d6c7c 100644
--- a/etc/nextcloudpi-config.d/nc-database.sh
+++ b/etc/nextcloudpi-config.d/nc-database.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Data dir configuration script for NextCloudPi
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index b88ce29c..b509878d 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# NextcloudPi additions to Raspbian
-# Tested with 2017-03-02-raspbian-jessie-lite.img
#
# 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!