diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-12-08 10:59:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-12-08 10:59:53 -0200 |
commit | 35e0621effa975cfe0e64d1bd5c71bda69c65332 (patch) | |
tree | d4158f997152044e7bc5fda892e2d422ba93f43b /share | |
parent | f479008c66d3c425f399488a14693b2df60bd553 (diff) | |
download | kvmx-35e0621effa975cfe0e64d1bd5c71bda69c65332.tar.gz kvmx-35e0621effa975cfe0e64d1bd5c71bda69c65332.tar.bz2 |
Provision: messenger: install gajim
Diffstat (limited to 'share')
-rwxr-xr-x | share/provision/messenger | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/provision/messenger b/share/provision/messenger index ceb178c..41291a4 100755 --- a/share/provision/messenger +++ b/share/provision/messenger @@ -42,3 +42,6 @@ sudo apt update && $APT_INSTALL signal-desktop # Install Ricochet $APT_INSTALL ricochet + +# Install Gajim +$APT_INSTALL gajim |