mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-14 18:59:43 +10:00
Added Docker to install.sh
This commit is contained in:
+15
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user