added scrcpy

This commit is contained in:
see 2022-04-08 11:26:02 +02:00
parent 89ffbca01f
commit 06162cf3ad
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,7 @@ fun Prov.provisionWorkplace(
aptInstall(KEY_MANAGEMENT)
aptInstall(VERSION_MANAGEMENT)
aptInstall(NETWORK_TOOLS)
aptInstall(SCREEN_TOOLS)
provisionKeys(gpg, ssh)
provisionGit(gitUserName ?: whoami(), gitEmail, gpg?.let { gpgFingerprint(it.publicKey.plain()) })

View file

@ -36,4 +36,6 @@ val DRAWING_TOOLS = "inkscape dia"
val CLOJURE_TOOLS = "leiningen"
val PASSWORD_TOOLS = "pwgen"
val PASSWORD_TOOLS = "pwgen"
val SCREEN_TOOLS = "scrcpy"