Pin cloudron-setup

Required for preparing for the next upgrade release
This commit is contained in:
Girish Ramakrishnan
2016-12-21 14:34:23 -08:00
parent ad3594eebc
commit 6e87111c99
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.91.0"
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"