There was an error while loading. Please reload this page.
1 parent 4c65e37 commit a1056f0Copy full SHA for a1056f0
zphisher.sh
@@ -236,7 +236,7 @@ dependencies() {
236
elif [[ `command -v pacman` ]]; then
237
sudo pacman -S "$pkg" --noconfirm
238
elif [[ `command -v dnf` ]]; then
239
-sudo dnf -y install php
+sudo dnf -y install "$pkg"
240
else
241
echo -e "\n${RED}[${WHITE}!${RED}]${RED} Unsupported package manager, Install packages manually."
242
{ reset_color; exit 1; }
0 commit comments