This commit is contained in:
rezzect 2024-05-08 14:42:33 -07:00
parent 281d39a2a0
commit 414b320022

View File

@ -67,9 +67,6 @@ installDepend() {
DEPENDENCIES='zsh zoxide trach-cli' DEPENDENCIES='zsh zoxide trach-cli'
echo -e "${YELLOW}Installing dependencies...${RC}" echo -e "${YELLOW}Installing dependencies...${RC}"
pacman --noconfirm -S ${DEPENDENCIES} pacman --noconfirm -S ${DEPENDENCIES}
else
sudo ${PACKAGER} install -yq ${DEPENDENCIES}
fi
} }
installOhMyPosh() { installOhMyPosh() {