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:
-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 ]] && {