Skip to content

Commit

Permalink
Update install_paranaues.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
im-alexandre authored Jul 6, 2022
1 parent a37e0a3 commit 47a0c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_paranaues.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export DEPS="curl git wget"

for DEP in $DEPS ; do
if (! command -v $DEP &> /dev/null); then
if ( command -v $DEP &> /dev/null); then
sudo apt install $DEP -y
fi
done
Expand Down

0 comments on commit 47a0c98

Please sign in to comment.