Skip to content

Commit 8cdad12

Browse files
committed
Install slack via deb_install
1 parent 6a091be commit 8cdad12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/main.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ function base_sys() {
7373
guake --restore-preferences "$DOTFILES_DIR/guake.conf"
7474

7575
snap_install \
76-
signal-desktop \
77-
slack
76+
signal-desktop
77+
78+
deb_install slack https://downloads.slack-edge.com/desktop-releases/linux/x64/4.43.51/slack-desktop-4.43.51-amd64.deb
7879

7980
if [ "$(which 1password)" == "" ]; then
8081
deb_install 1password https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb

0 commit comments

Comments
 (0)