Files
vmker/YML_EXAMPES/deb-basic.yml
santaspeen bf97fe4185 [-] sudo
[!] Fix _execute_yml
2024-07-24 11:34:05 +03:00

7 lines
139 B
YAML

before-reboot:
Update:
- apt update
- apt upgrade -y
Install basic packets:
- apt install ca-certificates curl git sudo -y