We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a091be commit 8cdad12Copy full SHA for 8cdad12
scripts/main.sh
@@ -73,8 +73,9 @@ function base_sys() {
73
guake --restore-preferences "$DOTFILES_DIR/guake.conf"
74
75
snap_install \
76
- signal-desktop \
77
- slack
+ signal-desktop
+
78
+ deb_install slack https://downloads.slack-edge.com/desktop-releases/linux/x64/4.43.51/slack-desktop-4.43.51-amd64.deb
79
80
if [ "$(which 1password)" == "" ]; then
81
deb_install 1password https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb
0 commit comments