Skip to content

Commit

Permalink
Update dependencies checker
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher committed May 9, 2020
1 parent 6d38e8d commit 4fc2b82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deps_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ if ! [ "$(command -v sed)" ]; then echo "sed not found" >> .tmp; berror=1; fi
if [ -z "$(command -v dhcpcd; command -v dhclient)" ]; then echo "DHCP client not found" >> .tmp; berror=1; fi
if ! [ -d /etc/systemd ]; then echo "systemd not found" >> .tmp; berror=1; fi
if ! [ "$(command -v zenity)" ]; then echo "zenity not found (wifigui)" >> .tmp; berror=1; fi
if ! [ "$(command -v wc)" ]; then echo "coreutils not found" >> .tmp; berror=1; fi
if [ "$berror" ]; then cat .tmp; rm .tmp; exit 1; else
echo "All cool"; fi
2 changes: 1 addition & 1 deletion wifiman-indicator

0 comments on commit 4fc2b82

Please sign in to comment.