Skip to content

Commit

Permalink
Fixed bug in deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 11, 2017
1 parent c9befd4 commit a8db880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ REQUIRED_UTILS="wget tar python"
APTCMD="apt"
APTGETCMD="apt-get"
YUMCMD="yum"
if [ distro = "Kali" ]
if [ $distro = "Kali" ]
then
APT_CANDIDATES="git build-essential libqt4-opengl mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract util-linux firmware-mod-kit cramfsswap squashfs-tools zlib1g-dev liblzma-dev liblzo2-dev sleuthkit default-jdk lzop"
else
Expand Down

0 comments on commit a8db880

Please sign in to comment.