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>2018-07-03 17:45:47 +0300
committernachoparker <nacho@ownyourbits.com>2018-07-05 11:25:34 +0300
commitdc089bfe7c2939865333662307b467b59f089f88 (patch)
tree82e2b3be79858d43ce64ca9f7d2c02239f826935
parent491b4b63db3b3953a75516fd9fe1d836eec6a256 (diff)
armbian: fix image tag preventing updatesv0.57.17
-rw-r--r--changelog.md4
-rwxr-xr-xupdate.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index c3057a0a..7ba2d313 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.57.16](https://github.com/nextcloud/nextcloudpi/commit/cf3dbf8) (2018-06-27) SSH: fix root password in Raspbian
+[v0.57.17](https://github.com/nextcloud/nextcloudpi/commit/ddae4df) (2018-07-03) armbian: fix image tag preventing updates
+
+[v0.57.16](https://github.com/nextcloud/nextcloudpi/commit/1298bfe) (2018-06-27) SSH: fix root password in Raspbian
[v0.57.15](https://github.com/nextcloud/nextcloudpi/commit/c329280) (2018-06-26) nc-automount: fix udiskie not installed in latest image
diff --git a/update.sh b/update.sh
index d5d7da87..2af9a456 100755
--- a/update.sh
+++ b/update.sh
@@ -104,6 +104,9 @@ chmod 770 /var/www/ncp-web
## BACKWARD FIXES ( for older images )
+# clean build flags armbian
+rm -f /.ncp-image
+
# not for image builds, only live updates
[[ ! -f /.ncp-image ]] && {