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-09-08 11:12:25 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-08 11:14:15 +0300
commit82d72e9759a37130519e34b6620b2fae37ae5d38 (patch)
tree48662ec6fab5abdb1167ed86eed7cd4233d0fc01 /nextcloudpi.sh
parent4a0a1824cc0808b84845c0910e470c80d5503334 (diff)
tag imagesv0.26.21
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 832f6e10..ab644b02 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -141,6 +141,9 @@ EOF
# Optional packets for Nextcloud and Apps
$APTINSTALL -o "Dpkg::Options::=--force-confold" php-smbclient
$APTINSTALL postfix
+
+ # tag image
+ echo "NextCloudPi_$( date "+%m-%d-%y" )" > /usr/local/etc/ncp-baseimage
}
configure() { :; }