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
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 )
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ dependencies() {
236236elif [[ ` command -v pacman` ]]; then
237237sudo pacman -S " $pkg " --noconfirm
238238elif [[ ` command -v dnf` ]]; then
239- sudo dnf -y install php
239+ sudo dnf -y install " $pkg "
240240else
241241echo -e " \n${RED} [${WHITE} !${RED} ]${RED} Unsupported package manager, Install packages manually."
242242{ reset_color; exit 1; }
You can’t perform that action at this time.
0 commit comments