Skip to content

Commit b7196f6

Browse files
authored
Merge pull request #164 from adi1090x/master
Thanks Again ❤️
2 parents 4c65e37 + f5a55ec commit b7196f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ bash zphisher.sh
7171

7272
### Special Thanks :
7373

74-
- [**Aditya Shakya**](https://github.com/adi1090x) -
74+
- [**Aditya Shakya**](https://github.com/adi1090x)
7575
- [**TheLinuxChoice**](https://github.com/thelinuxchoice)
7676
- [**DarksecDevelopers**](https://github.com/DarksecDevelopers)
7777
- [**Moises Tapia**](https://github.com/MoisesTapia)

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)