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

Merge branch 'master' into henrietta

parents 1a5a1c14 91f7ef51
No related branches found
No related tags found
No related merge requests found
...@@ -82,4 +82,6 @@ Przyjmuje jeden argument. Dostępne to: ...@@ -82,4 +82,6 @@ Przyjmuje jeden argument. Dostępne to:
* User: postgres * User: postgres
* Hasło: postgres * Hasło: postgres
* Połączenia: TCP z dowolnego adresu * Połączenia: TCP z dowolnego adresu
* **get-adt25** - pobierz Android Development Tools r25 i wypakuj do /home/vagrant
\ No newline at end of file * istnieć będzie katalog _/home/vagrant/tools_
* zmienne środowiskowe nie będą zmienione
...@@ -30,6 +30,17 @@ if [ $1 == "node5" ]; then ...@@ -30,6 +30,17 @@ if [ $1 == "node5" ]; then
apt-get install -y nodejs apt-get install -y nodejs
fi 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
else
wget -nv http://dev.dms-serwis.com.pl/misc/jdk-8u121-linux-x64.tar.gz
fi;
unzip tools_r25.2.3-linux.zip
rm -f tools_r25.2.3-linux.zip
fi
if [ $1 == "jdk" ]; then if [ $1 == "jdk" ]; then
cd /home/vagrant cd /home/vagrant
if [ -e "/wynurz-utils/jdk-8u121-linux-x64.tar.gz" ]; then if [ -e "/wynurz-utils/jdk-8u121-linux-x64.tar.gz" ]; 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