Skip to content

Commit 9161ca9

Browse files
authored
Merge #516
2 parents aa3bedf + 6d16327 commit 9161ca9

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
@@ -208,9 +208,9 @@ dependencies() {
208208
if [[ `command -v pkg` ]]; then
209209
pkg install "$pkg" -y
210210
elif [[ `command -v apt` ]]; then
211-
apt install "$pkg" -y
211+
sudo apt install "$pkg" -y
212212
elif [[ `command -v apt-get` ]]; then
213-
apt-get install "$pkg" -y
213+
sudo apt-get install "$pkg" -y
214214
elif [[ `command -v pacman` ]]; then
215215
sudo pacman -S "$pkg" --noconfirm
216216
elif [[ `command -v dnf` ]]; then

0 commit comments

Comments
 (0)