mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11: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
|