Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
91f7ef51
There was a problem fetching the pipeline stages.
Commit
91f7ef51
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
add get-adt25
parent
f06f4501
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#647
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-1
3 additions, 1 deletion
README.md
wynurz.sh
+11
-0
11 additions, 0 deletions
wynurz.sh
with
14 additions
and
1 deletion
README.md
+
3
−
1
View file @
91f7ef51
...
...
@@ -82,4 +82,6 @@ Przyjmuje jeden argument. Dostępne to:
*
User: postgres
*
Hasło: postgres
*
Połączenia: TCP z dowolnego adresu
\ No newline at end of file
*
**get-adt25**
- pobierz Android Development Tools r25 i wypakuj do /home/vagrant
*
istnieć będzie katalog _/home/vagrant/tools_
*
zmienne środowiskowe nie będą zmienione
This diff is collapsed.
Click to expand it.
wynurz.sh
+
11
−
0
View file @
91f7ef51
...
...
@@ -30,6 +30,17 @@ if [ $1 == "node5" ]; then
apt-get
install
-y
nodejs
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
cd
/home/vagrant
if
[
-e
"/wynurz-utils/jdk-8u121-linux-x64.tar.gz"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment