diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index c6220e3fb..3be78bc2c 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -209,7 +209,7 @@ if ! $curl -sL "${sourceTarballUrl}" | tar -zxf - -C "${box_src_tmp_dir}"; then exit 1 fi -echo -n "=> Installing base dependencies and downloading docker images (this takes some time) ..." +echo -n "=> Installing base dependencies (this takes some time) ..." init_ubuntu_script=$(test -f "${box_src_tmp_dir}/scripts/init-ubuntu.sh" && echo "${box_src_tmp_dir}/scripts/init-ubuntu.sh" || echo "${box_src_tmp_dir}/baseimage/initializeBaseUbuntuImage.sh") if ! /bin/bash "${init_ubuntu_script}" &>> "${LOG_FILE}"; then echo "Init script failed. See ${LOG_FILE} for details"