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.
2 parents 65de15c + 55fc053 commit aa3bedfCopy full SHA for aa3bedf
zphisher.sh
@@ -215,6 +215,8 @@ dependencies() {
215
sudo pacman -S "$pkg" --noconfirm
216
elif [[ `command -v dnf` ]]; then
217
sudo dnf -y install "$pkg"
218
+ elif [[ `command -v yum` ]]; then
219
+ sudo yum -y install "$pkg"
220
else
221
echo -e "\n${RED}[${WHITE}!${RED}]${RED} Unsupported package manager, Install packages manually."
222
{ reset_color; exit 1; }
0 commit comments