diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index a9fd65cab..744b630f3 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -129,7 +129,7 @@ echo " Join us at https://chat.cloudron.io for any questions." echo "" if [[ "${initBaseImage}" == "true" ]]; then - echo "=> Updating apt and installing script dependancies" + echo "=> Updating apt and installing script dependencies" if ! apt-get update &>> "${LOG_FILE}"; then echo "Could not update package repositories" exit 1