View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#144
Originally Posted by Unhuman View Post
New version with dependency check added - test if it works .

It still requires bash to be run, however it can now be run as
mitm_pcsci3nce.sh only, no need to type bash before the name now.
Hi, the check would be best done by using dpkg; e.g. for wget

Code:
if dpkg -l | grep wget 1>/dev/null; then echo $?;fi