Added deltachat-desktop

This commit is contained in:
Clemens Geibel 2022-06-24 10:23:48 +02:00
parent b28d03a9e0
commit c7e6266eb0
2 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@ fun Prov.provisionDesktop(
aptInstall(BROWSER) aptInstall(BROWSER)
aptInstall(EMAIL_CLIENT) aptInstall(EMAIL_CLIENT)
aptInstall(MESSENGER)
aptInstall(OFFICE_SUITE) aptInstall(OFFICE_SUITE)
aptInstall(CLIP_TOOLS) aptInstall(CLIP_TOOLS)

View file

@ -12,6 +12,8 @@ val BROWSER = "firefox chromium-browser"
val EMAIL_CLIENT = "thunderbird" val EMAIL_CLIENT = "thunderbird"
val MESSENGER = "deltachat-desktop"
val OFFICE_SUITE = "libreoffice" val OFFICE_SUITE = "libreoffice"
val CLIP_TOOLS = "xclip" val CLIP_TOOLS = "xclip"