mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Update .deb packages; move VS Code download to later in build.
This commit is contained in:
parent
267d6fac33
commit
8a89838543
2 changed files with 8 additions and 6 deletions
|
@ -31,6 +31,11 @@ tar xvf ftkimager.3.1.1_ubuntu64.tar.gz
|
|||
mv ftkimager /usr/bin/
|
||||
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
|
||||
#Install VS Code
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
|
||||
echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
||||
sudo apt update && sudo apt install codium -y
|
||||
|
||||
#Install VS Code extensions
|
||||
#codium --install-extension dbaeumer.vscode-eslint --user-data-dir=~/.vscode-oss
|
||||
#codium --install-extension ecmel.vscode-html-css --user-data-dir=~/.vscode-oss
|
||||
|
|
|
@ -4,13 +4,10 @@
|
|||
wget -O ../build/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
|
||||
|
||||
#Resilio Sync
|
||||
wget -O ../build/resilio.deb "https://download-cdn.resilio.com/2.6.3/Debian/resilio-sync_2.6.3-1_amd64.deb"
|
||||
|
||||
#VS Code (OSS)
|
||||
wget -O ../build/code.deb "https://github.com/VSCodium/vscodium/releases/download/1.39.0/codium_1.39.0-1570649825_amd64.deb"
|
||||
wget -O ../build/resilio.deb "https://download-cdn.resilio.com/2.6.4.1344/Debian/resilio-sync_2.6.4.1344-1_amd64.deb"
|
||||
|
||||
#Slack
|
||||
wget -O ../build/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.0.2-amd64.deb"
|
||||
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
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue