No need to install zsh

This commit is contained in:
MangoPig 2025-12-03 06:23:34 +00:00
parent 4806f7a6b7
commit 45194602b8

View File

@ -28,7 +28,7 @@ if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
SUDO_GROUP="wheel"
elif [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
apt-get update
apt-get install -y git make curl zsh sudo
apt-get install -y git make curl sudo
SUDO_GROUP="sudo"
else
echo -e "${RED}Unsupported OS: $OS${NC}"