2023-01-07 17:08:44 +01:00
|
|
|
systems:
|
|
|
|
- fetch:
|
2023-01-14 21:32:39 +01:00
|
|
|
exe: sudo
|
|
|
|
params:
|
|
|
|
- zypper
|
|
|
|
- refresh
|
|
|
|
current_dir: null
|
|
|
|
env: {}
|
2023-01-07 17:08:44 +01:00
|
|
|
compile: null
|
|
|
|
install:
|
2023-01-14 21:32:39 +01:00
|
|
|
exe: sudo
|
|
|
|
params:
|
|
|
|
- zypper
|
|
|
|
- dup
|
|
|
|
current_dir: null
|
|
|
|
env: {}
|
2023-01-07 17:08:44 +01:00
|
|
|
- install:
|
2023-01-14 21:32:39 +01:00
|
|
|
exe: rustup
|
|
|
|
params:
|
|
|
|
- update
|
|
|
|
current_dir: null
|
|
|
|
env: {}
|
2023-01-07 17:08:44 +01:00
|
|
|
- install:
|
2023-01-14 21:32:39 +01:00
|
|
|
exe: cargo
|
|
|
|
params:
|
|
|
|
- install-update
|
|
|
|
- -a
|
|
|
|
current_dir: null
|
|
|
|
env: {}
|