From 5cec50efbe1e682554f6ea63a1fce17103117607 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 Nov 2023 21:14:32 +0100 Subject: [PATCH] update install script --- scripts/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index e98f34166..26ada577f 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ ## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" or "scripts/run sync-bunny" if you update this file. ########### -VERSION="1.0.2" +VERSION="1.0.3" DOCKER_VERSION="24.0" CDN="https://cdn.coollabs.io/coolify" @@ -50,6 +50,8 @@ if ! [ -x "$(command -v docker)" ]; then echo "Docker installed successfully." else echo "Docker installation failed." + echo "Maybe your OS is not supported." + echo "Please visit https://docs.docker.com/engine/install/ and install Docker manually to continue." exit 1 fi fi