Jahresstart 2425
This commit is contained in:
parent
dcf0872aee
commit
05a62f8582
6 changed files with 8 additions and 7 deletions
|
@ -56,6 +56,7 @@
|
|||
- tmux
|
||||
- hexyl
|
||||
- tree
|
||||
- hashcat
|
||||
- ttf-mscorefonts-installer
|
||||
- libdvd-pkg
|
||||
- handbrake
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 216 KiB |
Binary file not shown.
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 179 KiB |
|
@ -31,10 +31,10 @@
|
|||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
||||
when: not gftf.stat.exists
|
||||
|
||||
- name: Download Greenfoot
|
||||
- name: Download Bluej
|
||||
delegate_to: localhost
|
||||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
||||
when: not gftf.stat.exists
|
||||
command: wget {{ bluejURI }} -O {{ bluejTargetFile }}
|
||||
when: not bjtf.stat.exists
|
||||
|
||||
#### Freecad
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue