From 7f0a19153095243d80c33a4e18105f7ea1912d9d Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 30 Jun 2020 13:04:15 +0000 Subject: [PATCH] stage --- iso/installer/install.sh | 2 +- iso/preseed/tpot.seed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 400e2483..0861b192 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -704,7 +704,7 @@ hash -r if ! [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ]; then fuBANNER "Cloning T-Pot" - git clone https://github.com/dtag-dev-sec/tpotce -b dev /opt/tpot + git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot fi # Let's create the T-Pot user diff --git a/iso/preseed/tpot.seed b/iso/preseed/tpot.seed index c344daf0..11f8b1a8 100755 --- a/iso/preseed/tpot.seed +++ b/iso/preseed/tpot.seed @@ -131,7 +131,7 @@ in-target apt-get -y install grub-pc; \ in-target grub-install --force $(debconf-get partman-auto/disk); \ update-dev; \ in-target update-grub; \ -in-target git clone --depth=1 https://github.com/dtag-dev-sec/tpotce -b dev /opt/tpot; \ +in-target git clone --depth=1 https://github.com/dtag-dev-sec/tpotce /opt/tpot; \ in-target sed -i 's/allow-hotplug/auto/g' /etc/network/interfaces; \ #in-target apt-get -y remove exim4-base; \ #in-target apt-get -y autoremove; \