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

chowny w wynurzu

parent 9acee679
No related branches found
No related tags found
No related merge requests found
Pipeline #932 passed with stage
in 2 seconds
......@@ -37,8 +37,9 @@ if [ $1 == "get-adt25" ]; then
else
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
unzip tools_r25.2.3-linux.zip
rm -f tools_r25.2.3-linux.zip
chown -R vagrant:vagrant /home/vagrant
fi
if [ $1 == "jdk" ]; then
......@@ -54,6 +55,7 @@ if [ $1 == "jdk" ]; then
update-alternatives --install /usr/bin/javac javac /home/vagrant/jdk1.8.0_121/bin/javac 100
update-alternatives --install /usr/bin/jar jar /home/vagrant/jdk1.8.0_121/bin/jar 100
update-alternatives --install /usr/bin/jarsigner jarsigner /home/vagrant/jdk1.8.0_121/bin/jarsigner 100
chown -R vagrant:vagrant /home/vagrant
fi
if [ $1 == "cassandra" ]; then
......
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