Skip to content

Commit

Permalink
fix: no-gui for cloudinit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Mar 4, 2024
1 parent 50441cc commit a411b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud_init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
runcmd:
- cd /opt
- bash -c "export CREATE_EASYSETUP_LINK='true';curl i.hiddify.com/release|bash"
- bash -c "export CREATE_EASYSETUP_LINK='true';curl i.hiddify.com/release|bash -s -- --no-gui"
final_message: "The system is finally up, after $UPTIME seconds"
output: { all: "| tee -a /root/cloud-init-output.log" }
Expand Down

0 comments on commit a411b2b

Please sign in to comment.