mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Minor conversion script bugfix.
This commit is contained in:
parent
9081415412
commit
759fe239d2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
wget -O ../build/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
|
wget -O ../build/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
|
||||||
|
|
||||||
#Slack
|
#Slack
|
||||||
wget -O ../build/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.2.0-amd64.deb"
|
wget -O ../build/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.11.1-amd64.deb"
|
||||||
|
|
||||||
dpkg-name ../build/*.deb
|
dpkg-name ../build/*.deb
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue