Skip to content
Snippets Groups Projects
Commit 5c359718 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add get-adt25

parent 91f7ef51
No related branches found
No related tags found
No related merge requests found
Pipeline #648 passed with stage
......@@ -32,10 +32,10 @@ fi
if [ $1 == "get-adt25" ]; then
cd /home/vagrant
if [ -e "/wynurz-utils/http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip" ]; then
ln -s /wynurz-utils/http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip /home/vagrant/http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip
if [ -e "/wynurz-utils/tools_r25.2.3-linux.zip" ]; then
ln -s /wynurz-utils/tools_r25.2.3-linux.zip /home/vagrant/tools_r25.2.3-linux.zip
else
wget -nv http://dev.dms-serwis.com.pl/misc/jdk-8u121-linux-x64.tar.gz
wget -nv http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip
fi;
unzip tools_r25.2.3-linux.zip
rm -f tools_r25.2.3-linux.zip
......
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