svprognu/config/hooks/live/0700-mattermost-desktop.hook.chroot

8 lines
170 B
Bash
Executable File

#!/bin/bash
wget https://releases.mattermost.com/desktop/5.5.1/mattermost-desktop_5.5.1-1_amd64.deb
dpkg -i mattermost-desktop_5.5.1-1_amd64.deb
apt install -fy
exit 0