mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +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
|
mkdir -p ~/.fzf/shell
|
||||||
touch ~/.fzf/shell/key-bindings.zsh
|
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
|
# Do not print commands
|
||||||
set +x
|
set +x
|
||||||
echo '
|
echo '
|
||||||
|
|||||||
Reference in New Issue
Block a user