feat: update packages on startup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-06-15 18:13:53 +02:00
parent 75985a9765
commit 093aaf328d
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -80,6 +80,7 @@ write_files:
cert: false
%{ endif ~}
runcmd:
- dnf update -y
- chown -R ${username}:${username} /home/${username}
- systemctl enable coder-agent
- systemctl start coder-agent