Jahresstart 2425

This commit is contained in:
Frank Schiebel 2024-09-09 11:51:06 +02:00
parent dcf0872aee
commit 05a62f8582
6 changed files with 8 additions and 7 deletions

View file

@ -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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 179 KiB

Before After
Before After

View file

@ -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