Skip to content

Commit

Permalink
Merge pull request #164 from adi1090x/master
Browse files Browse the repository at this point in the history
Thanks Again ❤️
  • Loading branch information
htr-tech authored Jan 12, 2021
2 parents 4c65e37 + f5a55ec commit b7196f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ bash zphisher.sh

### Special Thanks :

- [**Aditya Shakya**](https://github.com/adi1090x) -
- [**Aditya Shakya**](https://github.com/adi1090x)
- [**TheLinuxChoice**](https://github.com/thelinuxchoice)
- [**DarksecDevelopers**](https://github.com/DarksecDevelopers)
- [**Moises Tapia**](https://github.com/MoisesTapia)
Expand Down
2 changes: 1 addition & 1 deletion zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ dependencies() {
elif [[ `command -v pacman` ]]; then
sudo pacman -S "$pkg" --noconfirm
elif [[ `command -v dnf` ]]; then
sudo dnf -y install php
sudo dnf -y install "$pkg"
else
echo -e "\n${RED}[${WHITE}!${RED}]${RED} Unsupported package manager, Install packages manually."
{ reset_color; exit 1; }
Expand Down

0 comments on commit b7196f6

Please sign in to comment.