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

@ -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; \