Pushing the whole of space and time continuum

This commit is contained in:
JGill
2020-07-23 10:47:09 +09:30
parent 572e63ac34
commit 7009da24d5

View File

@@ -3,7 +3,7 @@
if command -v zsh &> /dev/null && command -v git &> /dev/null && command -v wget &> /dev/null; then if command -v zsh &> /dev/null && command -v git &> /dev/null && command -v wget &> /dev/null; then
echo -e "ZSH and Git are already installed\n" echo -e "ZSH and Git are already installed\n"
else else
if sudo apt install -y zsh git wget || sudo dnf install -y zsh git wget || sudo yum install -y zsh git wget || sudo brew install git zsh wget || pkg install git zsh wget; then if sudo apt install -y zsh git wget || sudo dnf install -y zsh git wget || sudo yum install -y zsh git wget || sudo brew install git zsh wget || pkg install git zsh wget ; then
echo -e "zsh wget and git Installed\n" echo -e "zsh wget and git Installed\n"
else else
echo -e "Please install the following packages first, then try again: zsh git wget \n" && exit echo -e "Please install the following packages first, then try again: zsh git wget \n" && exit