No need to install zsh
This commit is contained in:
parent
4806f7a6b7
commit
45194602b8
@ -28,7 +28,7 @@ if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
|
|||||||
SUDO_GROUP="wheel"
|
SUDO_GROUP="wheel"
|
||||||
elif [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
|
elif [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git make curl zsh sudo
|
apt-get install -y git make curl sudo
|
||||||
SUDO_GROUP="sudo"
|
SUDO_GROUP="sudo"
|
||||||
else
|
else
|
||||||
echo -e "${RED}Unsupported OS: $OS${NC}"
|
echo -e "${RED}Unsupported OS: $OS${NC}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user