pentest-distro-builder/debs/get-debs.sh
2020-01-30 16:55:18 -07:00

11 lines
263 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.2.0-amd64.deb"
dpkg-name ../build/*.deb
exit 0