Merge and track latest features on stable #6

Merged
Ark74 merged 71 commits from unstable into master 2020-08-08 06:41:50 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 19ff6a7f4b - Show all commits

View File

@ -14,6 +14,7 @@
"filesystem_check_changes": 1, "filesystem_check_changes": 1,
"encoding_compatibility": false, "encoding_compatibility": false,
"readonly": false "readonly": false
"enable_sharing": true
}, },
"applicable_users": [], "applicable_users": [],
"applicable_groups": [ "applicable_groups": [

View File

@ -359,6 +359,7 @@ fi
echo " echo "
Latest version to be installed: $STABLEVERSION Latest version to be installed: $STABLEVERSION
(This might take sometime, please be patient...)
" "
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
unzip -q /tmp/$STABLEVERSION.zip unzip -q /tmp/$STABLEVERSION.zip