File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ $ bash zphisher.sh
71
71
72
72
### Special Thanks :
73
73
74
- - [ ** Aditya Shakya** ] ( https://github.com/adi1090x ) -
74
+ - [ ** Aditya Shakya** ] ( https://github.com/adi1090x )
75
75
- [ ** TheLinuxChoice** ] ( https://github.com/thelinuxchoice )
76
76
- [ ** DarksecDevelopers** ] ( https://github.com/DarksecDevelopers )
77
77
- [ ** Moises Tapia** ] ( https://github.com/MoisesTapia )
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ dependencies() {
236
236
elif [[ ` command -v pacman` ]]; then
237
237
sudo pacman -S " $pkg " --noconfirm
238
238
elif [[ ` command -v dnf` ]]; then
239
- sudo dnf -y install php
239
+ sudo dnf -y install " $pkg "
240
240
else
241
241
echo -e " \n${RED} [${WHITE} !${RED} ]${RED} Unsupported package manager, Install packages manually."
242
242
{ reset_color; exit 1; }
You can’t perform that action at this time.
0 commit comments