Added Docker to install.sh

This commit is contained in:
alvinlollo
2025-04-16 19:23:20 +10:00
committed by GitHub
parent 0ee33d00e0
commit eb344b7d02
+15
View File
@@ -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 '