From eb344b7d02e9cdb36175e4639a4bb08b5d211890 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:23:20 +1000 Subject: [PATCH] Added Docker to install.sh --- install.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/install.sh b/install.sh index 468b00b..ad73e96 100755 --- a/install.sh +++ b/install.sh @@ -61,6 +61,21 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re mkdir -p ~/.fzf/shell touch ~/.fzf/shell/key-bindings.zsh +# Do not print commands +set +x +echo ' + --------------- Docker install --------------- + +' +set -x + +# Do not fail (in case the OS is not supported) +set +eux +curl -fsSL https://get.docker.com | sh + +# Fail on any command. +set -eux + # Do not print commands set +x echo '