Switch to master again for DO fix

This commit is contained in:
Girish Ramakrishnan
2016-12-22 13:27:05 -08:00
parent af1e83f12a
commit 29c172deab
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="v0.92.0"
readonly INSTALLER_REVISION="master"
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"