fix the glob (doesn't expand properly in docker sometimes)

This commit is contained in:
Yan 2016-10-10 02:24:58 -07:00
parent 791a506e82
commit b4528c27bb

View file

@ -5,7 +5,7 @@ wget -O dirb.tar.gz https://sourceforge.net/projects/dirb/files/latest/download
tar -xf dirb.tar.gz
chmod -R a+X dirb222/
cd dirb*
cd dirb222
chmod a+x configure
./configure
make