mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-02 16:26:22 +00:00
Fix cloud init script for Bullseye
This commit is contained in:
parent
8a5ccc732f
commit
6570117603
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue