We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c711e56 commit 6d16327Copy full SHA for 6d16327
zphisher.sh
@@ -208,9 +208,9 @@ dependencies() {
208
if [[ `command -v pkg` ]]; then
209
pkg install "$pkg" -y
210
elif [[ `command -v apt` ]]; then
211
- apt install "$pkg" -y
+ sudo apt install "$pkg" -y
212
elif [[ `command -v apt-get` ]]; then
213
- apt-get install "$pkg" -y
+ sudo apt-get install "$pkg" -y
214
elif [[ `command -v pacman` ]]; then
215
sudo pacman -S "$pkg" --noconfirm
216
elif [[ `command -v dnf` ]]; then
0 commit comments