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

Merge branch 'master' into henrietta

parents 552e579b 5c359718
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,10 @@ fi ...@@ -32,10 +32,10 @@ fi
if [ $1 == "get-adt25" ]; then if [ $1 == "get-adt25" ]; then
cd /home/vagrant cd /home/vagrant
if [ -e "/wynurz-utils/http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip" ]; then if [ -e "/wynurz-utils/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 ln -s /wynurz-utils/tools_r25.2.3-linux.zip /home/vagrant/tools_r25.2.3-linux.zip
else 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; fi;
unzip tools_r25.2.3-linux.zip unzip tools_r25.2.3-linux.zip
rm -f 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