Skip to content
Snippets Groups Projects
Commit e7420627 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix command option

parent 66d77e05
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
if [ ! -d "${PROJDIR}/lib/qtlib" ]; then
#git clone https://github.com/akiraohgaki/qtlib.git "${PROJDIR}/lib/qtlib"
curl -L -o qtlib-master.tar.gz https://github.com/akiraohgaki/qtlib/archive/master.tar.gz
tar -xz qtlib-master.tar.gz
tar -xzvf qtlib-master.tar.gz
mv qtlib-master "${PROJDIR}/lib/qtlib"
rm qtlib-master.tar.gz
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment