Skip to content

Commit

Permalink
Merge pull request #43 from LS-Myron/patch-1
Browse files Browse the repository at this point in the history
Update slack.make
  • Loading branch information
peterjaap authored Feb 25, 2025
2 parents 4297880 + f8f9739 commit 507ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/slack.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(SLACK): | $(CURL)
sudo dpkg --list | awk '{ print $2 }' | grep -qE 'kde-cli-tools|kde-runtime|trash-cli|libglib2.0-bin|gvfs-bin' \
|| sudo apt install gvfs-bin -y
$(CURL) -L $(shell $(CURL) -L https://slack.com/intl/en-nl/downloads/instructions/ubuntu \
| grep -oe 'https://downloads.slack-edge.com/releases/linux/[0-9]*.[0-9]*.[0-9]*/prod/x64/slack-desktop-[0-9]*.[0-9]*.[0-9]*-amd64.deb') \
| grep -oe 'https://downloads.slack-edge.com/desktop-releases/linux/x64/[0-9]*\.[0-9]*\.[0-9]*/slack-desktop-[0-9]*\.[0-9]*\.[0-9]*-amd64.deb') \
--output /tmp/slack.deb
sudo dpkg --install /tmp/slack.deb
rm -f /tmp/slack.deb
Expand Down

0 comments on commit 507ff18

Please sign in to comment.