Skip to content

Commit 7f0a191

Browse files
committed
stage
1 parent 3c32c9c commit 7f0a191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iso/installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ hash -r
704704
if ! [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ];
705705
then
706706
fuBANNER "Cloning T-Pot"
707-
git clone https://github.com/dtag-dev-sec/tpotce -b dev /opt/tpot
707+
git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot
708708
fi
709709

710710
# Let's create the T-Pot user

iso/preseed/tpot.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ in-target apt-get -y install grub-pc; \
131131
in-target grub-install --force $(debconf-get partman-auto/disk); \
132132
update-dev; \
133133
in-target update-grub; \
134-
in-target git clone --depth=1 https://github.com/dtag-dev-sec/tpotce -b dev /opt/tpot; \
134+
in-target git clone --depth=1 https://github.com/dtag-dev-sec/tpotce /opt/tpot; \
135135
in-target sed -i 's/allow-hotplug/auto/g' /etc/network/interfaces; \
136136
#in-target apt-get -y remove exim4-base; \
137137
#in-target apt-get -y autoremove; \

0 commit comments

Comments
 (0)