bootstrap: update-ca-certificates
This commit is contained in:
parent
650c913930
commit
7b62140d2a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user