mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 02:07:02 +00:00
5 lines
145 B
YAML
5 lines
145 B
YAML
#cloud-config
|
|
runcmd:
|
|
- apt-get update
|
|
- apt-get install -y software-properties-common
|
|
- DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
|