mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prepare for new release
fix for installer, now always pointing to master repo include adbhoney and dashboard
This commit is contained in:
@ -121,8 +121,9 @@ 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; \
|
||||
cp /opt/installer/rc.local.install /target/etc/rc.local; \
|
||||
cp /opt/installer -R /target/root/;
|
||||
in-target git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot; \
|
||||
cp /target/opt/tpot/iso/installer/rc.local.install /target/etc/rc.local; \
|
||||
cp /target/opt/tpot/iso/installer -R /target/root/;
|
||||
|
||||
##########
|
||||
### Reboot
|
||||
|
Reference in New Issue
Block a user