feat: update packages on startup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75985a9765
commit
093aaf328d
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ write_files:
|
||||||
cert: false
|
cert: false
|
||||||
%{ endif ~}
|
%{ endif ~}
|
||||||
runcmd:
|
runcmd:
|
||||||
|
- dnf update -y
|
||||||
- chown -R ${username}:${username} /home/${username}
|
- chown -R ${username}:${username} /home/${username}
|
||||||
- systemctl enable coder-agent
|
- systemctl enable coder-agent
|
||||||
- systemctl start coder-agent
|
- systemctl start coder-agent
|
||||||
|
|
Loading…
Reference in a new issue