From 8b5121d4fcc34e81b9de8cfd5cc98c3983f4b6a4 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Thu, 30 Jan 2020 17:36:56 -0700 Subject: [PATCH] Remove Resilio Sync. --- config/pentest-distro-builder.chroot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/pentest-distro-builder.chroot b/config/pentest-distro-builder.chroot index 26493ba6..f2e81a01 100644 --- a/config/pentest-distro-builder.chroot +++ b/config/pentest-distro-builder.chroot @@ -31,10 +31,6 @@ tar xvf ftkimager.3.1.1_ubuntu64.tar.gz mv ftkimager /usr/bin/ 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 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