From c6880a5d5b5b774fee26f6e827e17d6f67b6a444 Mon Sep 17 00:00:00 2001
From: techn0m4g3 <t3chn0m4g3@gmail.com>
Date: Mon, 28 Jan 2019 18:23:21 +0100
Subject: [PATCH] tweaking

---
 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 1766ccab..c2030b68 100755
--- a/iso/installer/install.sh
+++ b/iso/installer/install.sh
@@ -560,7 +560,7 @@ hash -r 2>&1 | dialog --title "[ Installing pip ]" $myPROGRESSBOXCONF
 pip install elasticsearch-curator yq 2>&1 | dialog --title "[ Installing elasticsearch-curator, yq ]" $myPROGRESSBOXCONF
 wget https://github.com/bcicen/ctop/releases/download/v0.7.1/ctop-0.7.1-linux-amd64 -O /usr/bin/ctop 2>&1 | dialog --title "[ Installing ctop ]" $myPROGRESSBOXCONF
 chmod +x /usr/bin/ctop 2>&1 | dialog --title "[ Installing ctop ]" $myPROGRESSBOXCONF
-git clone https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot 2>&1 | dialog --title "[ Cloning T-Pot ]" $myPROGRESSBOXCONF
+git clone https://github.com/dtag-dev-sec/tpotce -b netplan /opt/tpot 2>&1 | dialog --title "[ Cloning T-Pot ]" $myPROGRESSBOXCONF
 
 # Let's create the T-Pot user
 addgroup --gid 2000 tpot 2>&1 | dialog --title "[ Adding T-Pot user ]" $myPROGRESSBOXCONF
diff --git a/iso/preseed/tpot.seed b/iso/preseed/tpot.seed
index bbf5d86c..5f5c8d44 100755
--- a/iso/preseed/tpot.seed
+++ b/iso/preseed/tpot.seed
@@ -121,7 +121,7 @@ d-i preseed/late_command string \
 in-target apt-get -y install grub-pc; \
 in-target grub-install --force $(debconf-get partman-auto/disk); \
 in-target update-grub; \
-in-target git clone https://github.com/dtag-dev-sec/tpotce -b debian /opt/tpot; \
+in-target git clone https://github.com/dtag-dev-sec/tpotce -b netplan /opt/tpot; \
 cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
 cp /target/opt/tpot/iso/installer -R /target/root/;