prepare ghcr for merge

This commit is contained in:
t3chn0m4g3
2020-09-04 16:27:05 +00:00
parent 1ee9c29805
commit 38b792a06e
5 changed files with 6 additions and 6 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/telekom-security/tpotce -b ghcr /opt/tpot; \
in-target git clone --depth=1 https://github.com/telekom-security/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; \