Added deltachat-desktop
This commit is contained in:
parent
b28d03a9e0
commit
c7e6266eb0
2 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,7 @@ fun Prov.provisionDesktop(
|
|||
|
||||
aptInstall(BROWSER)
|
||||
aptInstall(EMAIL_CLIENT)
|
||||
aptInstall(MESSENGER)
|
||||
aptInstall(OFFICE_SUITE)
|
||||
aptInstall(CLIP_TOOLS)
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ val BROWSER = "firefox chromium-browser"
|
|||
|
||||
val EMAIL_CLIENT = "thunderbird"
|
||||
|
||||
val MESSENGER = "deltachat-desktop"
|
||||
|
||||
val OFFICE_SUITE = "libreoffice"
|
||||
|
||||
val CLIP_TOOLS = "xclip"
|
||||
|
|
Loading…
Reference in a new issue