We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c5fa4 commit 55fc053Copy full SHA for 55fc053
zphisher.sh
@@ -206,6 +206,8 @@ dependencies() {
206
sudo pacman -S "$pkg" --noconfirm
207
elif [[ `command -v dnf` ]]; then
208
sudo dnf -y install "$pkg"
209
+ elif [[ `command -v yum` ]]; then
210
+ sudo yum -y install "$pkg"
211
else
212
echo -e "\n${RED}[${WHITE}!${RED}]${RED} Unsupported package manager, Install packages manually."
213
{ reset_color; exit 1; }
0 commit comments