#!/bin/bash #Discord wget -O ../build/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb" #Slack wget -O ../build/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.2.0-amd64.deb" dpkg-name ../build/*.deb exit 0