Use 0.92.1

This commit is contained in:
Girish Ramakrishnan
2016-12-27 22:39:38 -08:00
parent 54dae6827e
commit 984b920fde
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ if [[ ${EUID} -ne 0 ]]; then
fi
# change this to a hash when we make a upgrade release
readonly INSTALLER_REVISION="master"
readonly INSTALLER_REVISION="v0.92.1"
readonly INIT_BASESYSTEM_SCRIPT_URL="https://git.cloudron.io/cloudron/box/raw/${INSTALLER_REVISION}/baseimage/initializeBaseUbuntuImage.sh"
readonly INSTALLER_SOURCE_DIR="/home/yellowtent/installer"
readonly LOG_FILE="/var/log/cloudron-setup.log"