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 '