8 lines
170 B
Bash
Executable File
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
|