mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Move Resilio Sync install to later in build.
This commit is contained in:
parent
8a89838543
commit
f9984b059e
2 changed files with 4 additions and 3 deletions
|
@ -31,6 +31,10 @@ tar xvf ftkimager.3.1.1_ubuntu64.tar.gz
|
||||||
mv ftkimager /usr/bin/
|
mv ftkimager /usr/bin/
|
||||||
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
||||||
|
|
||||||
|
#Install Resilio Sync
|
||||||
|
wget "https://download-cdn.resilio.com/2.6.4.1344/Debian/resilio-sync_2.6.4.1344-1_amd64.deb"
|
||||||
|
apt install ./resilio-sync_2.6.4.1344-1_amd64.deb -y
|
||||||
|
|
||||||
#Install VS Code
|
#Install VS Code
|
||||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
|
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
|
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
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
#Discord
|
#Discord
|
||||||
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"
|
||||||
|
|
||||||
#Resilio Sync
|
|
||||||
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
|
#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.2.0-amd64.deb"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue