bootstrap: update-ca-certificates

This commit is contained in:
Mikaël Cluseau 2024-01-08 09:47:40 +01:00
parent 650c913930
commit 7b62140d2a

View File

@ -115,6 +115,9 @@ func bootstrap(cfg *config.Config) {
log.Print("setting root's authorized keys")
setAuthorizedKeys(ak)
}
// update-ca-certificates
run("chroot", "/system", "update-ca-certificates")
}
func setUserPass(user, passwordHash string) {