1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Change to 'bash -c' instead of 'eval'

This commit is contained in:
phenonymous
2018-11-29 23:20:17 +01:00
parent cd200b7a41
commit e1dc74f13a
171 changed files with 382 additions and 382 deletions

10
gogh.sh
View File

@ -205,10 +205,10 @@ set_gogh() {
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl # OSX ships with curl
(eval "$(curl -sLo- "${url}")") bash -c "$(curl -sLo- "${url}")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${url}")") bash -c "$(wget -qO- "${url}")"
fi fi
fi fi
} }
@ -248,7 +248,7 @@ if [[ ${COLUMNS:-$(tput cols)} -ge 80 ]]; then
printf '%b\n' "${gogh_str}" printf '%b\n' "${gogh_str}"
#sleep 2.5 sleep 2.5
else else
echo -e "\nGogh\n" echo -e "\nGogh\n"
for c in {0..15}; do for c in {0..15}; do
@ -319,9 +319,9 @@ fi
# | # |
if [[ ${#OPTION[@]} -gt 5 ]]; then if [[ ${#OPTION[@]} -gt 5 ]]; then
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
eval "$(curl -sLo- "https://git.io/progressbar")" 2> /dev/null eval "$(curl -sLo- https://git.io/progressbar)" 2> /dev/null
else else
eval "$(wget -qO- "https://git.io/progressbar")" 2> /dev/null eval "$(wget -qO- https://git.io/progressbar)" 2> /dev/null
fi fi
fi fi

View File

@ -251,9 +251,9 @@ set_gogh() {
bash "${PARENT_PATH}/themes/$1" bash "${PARENT_PATH}/themes/$1"
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
(eval "$(curl -so- "${url}")") bash -c "$(curl -so- "${url}")"
else else
(eval "$(wget -qO- "${url}")") bash -c "$(wget -qO- "${url}")"
fi fi
fi fi
} }
@ -264,9 +264,9 @@ remove_file_extension (){
# Fancy progress bar # Fancy progress bar
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
eval "$(curl -sLo- "https://git.io/progressbar")" 2> /dev/null eval "$(curl -sLo- https://git.io/progressbar)" 2> /dev/null
else else
eval "$(wget -qO- "https://git.io/progressbar")" 2> /dev/null eval "$(wget -qO- https://git.io/progressbar)" 2> /dev/null
fi fi
declare color_dot_str declare color_dot_str

View File

@ -69,77 +69,77 @@ color () {
} }
wget -O xt http://git.io/v3D44 && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D44")"
color color
wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5mXj")"
color color
wget -O xt http://git.io/v3D4d && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D4d")"
color color
wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5mXA")"
color color
wget -O xt http://git.io/v3D4N && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D4N")"
color color
wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D4o")"
color color
wget -O xt http://git.io/v3D82 && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D82")"
color color
wget -O xt http://git.io/v3D8e && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D8e")"
color color
wget -O xt http://git.io/v3D8R && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3D8R")"
color color
wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5mXi")"
color color
wget -O xt http://git.io/v3DB9 && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DB9")"
color color
wget -O xt http://git.io/v3DBB && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBB")"
color color
wget -O xt http://git.io/v3DBe && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBe")"
color color
wget -O xt http://git.io/v3DBF && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBF")"
color color
wget -O xt http://git.io/v3DBK && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBK")"
color color
wget -O xt http://git.io/v3DBM && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBM")"
color color
wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5mPp")"
color color
wget -O xt http://git.io/v3DBP && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBP")"
color color
wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v5f6B")"
color color
wget -O xt http://git.io/v3DBT && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBT")"
color color
wget -O xt http://git.io/v3DBv && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBv")"
color color
wget -O xt http://git.io/v3DBV && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DBV")"
color color
wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/vQ9TY")"
color color
wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dlb")"
color color
wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dlb")"
color color
wget -O xt http://git.io/v3Dli && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dli")"
color color
wget -O xt http://git.io/v3Dll && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dll")"
color color
wget -O xt http://git.io/v3Dlm && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dlm")"
color color
wget -O xt http://git.io/v3Dlr && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dlr")"
color color
wget -O xt http://git.io/v3Dlz && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3Dlz")"
color color
wget -O xt http://git.io/v3DR0 && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DR0")"
color color
wget -O xt http://git.io/v3DRB && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DRB")"
color color
wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5m1t")"
color color
wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DRc")"
color color
wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5m1s")"
color color
wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "https://git.io/v5m1Y")"
color color
wget -O xt http://git.io/v3DRs && chmod +x xt && ./xt && rm xt bash -c "$(wget -qO- "http://git.io/v3DRs")"
color color

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -47,9 +47,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

View File

@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
else else
if [[ "$(uname)" = "Darwin" ]]; then if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash # OSX ships with curl and ancient bash
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else else
# Linux ships with wget # Linux ships with wget
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi fi
fi fi

Some files were not shown because too many files have changed in this diff Show More