Skip to content

Commit a1056f0

Browse files
authored
Fixed fedora dep
1 parent 4c65e37 commit a1056f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zphisher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ dependencies() {
236236
elif [[ `command -v pacman` ]]; then
237237
sudo pacman -S "$pkg" --noconfirm
238238
elif [[ `command -v dnf` ]]; then
239-
sudo dnf -y install php
239+
sudo dnf -y install "$pkg"
240240
else
241241
echo -e "\n${RED}[${WHITE}!${RED}]${RED} Unsupported package manager, Install packages manually."
242242
{ reset_color; exit 1; }

0 commit comments

Comments
 (0)