Add installFirefox() to provisionBasicDesktop()
This commit is contained in:
parent
a17d63e1a5
commit
aeba7f221a
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ fun Prov.provisionBasicDesktop(
|
|||
provisionKeys(gpg, ssh)
|
||||
provisionGit(gitUserName ?: whoami(), gitEmail, gpg?.let { gpgFingerprint(it.publicKey.plain()) })
|
||||
|
||||
installFirefox()
|
||||
installGopass()
|
||||
installRedshift()
|
||||
configureRedshift()
|
||||
|
|
Loading…
Reference in a new issue