begin integration for 20.06

change version string
change compose files
clone from dev for testing
This commit is contained in:
t3chn0m4g3
2020-06-16 09:43:33 +00:00
parent dc1ec0f48c
commit 77ddb68413
9 changed files with 91 additions and 91 deletions

View File

@ -689,7 +689,7 @@ hash -r
# Cloning T-Pot from GitHub
fuBANNER "Cloning T-Pot"
git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot
git clone https://github.com/dtag-dev-sec/tpotce -b dev /opt/tpot
# Let's create the T-Pot user
fuBANNER "Create user"

View File

@ -1,6 +1,6 @@
default install
label install
menu label ^T-Pot 19.03.3 (based on Debian Stable)
menu label ^T-Pot 20.06.0 (based on Debian Stable)
menu default
kernel linux
append vga=788 initrd=initrd.gz console-setup/ask_detect=true --

View File

@ -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 /opt/tpot; \
in-target git clone --depth=1 https://github.com/dtag-dev-sec/tpotce -b dev /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; \