pentest-distro-builder/debs/get-debs.sh

11 lines
264 B
Bash
Executable file

#!/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.11.1-amd64.deb"
dpkg-name ../build/*.deb
exit 0