Skip to content

Commit 67e0ed7

Browse files
committed
Minor Bug Fix
1 parent 0224279 commit 67e0ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zphisher.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dependencies() {
190190
type -p "$pkg" &>/dev/null || {
191191
echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing package : ${ORANGE}$pkg${CYAN}"${WHITE}
192192
if [[ `command -v pkg` ]]; then
193-
pkg install "$pkg"
193+
pkg install "$pkg" -y
194194
elif [[ `command -v apt` ]]; then
195195
apt install "$pkg" -y
196196
elif [[ `command -v apt-get` ]]; then
@@ -674,4 +674,4 @@ main_menu() {
674674
kill_pid
675675
dependencies
676676
install_ngrok
677-
main_menu
677+
main_menu

0 commit comments

Comments
 (0)