mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix cloud init script for Bullseye
This commit is contained in:
@ -6,7 +6,7 @@ packages:
|
|||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- curl -sS --retry 5 https://github.com
|
- curl -sS --retry 5 https://github.com
|
||||||
- git clone https://github.com/telekom-security/tpotce /root/tpot
|
- git clone -b 22.x https://github.com/telekom-security/tpotce /root/tpot
|
||||||
- /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf
|
- /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf
|
||||||
- rm /root/tpot.conf
|
- rm /root/tpot.conf
|
||||||
- /sbin/shutdown -r now
|
- /sbin/shutdown -r now
|
||||||
|
Reference in New Issue
Block a user