Update vscode-cloud-init.yaml

This commit is contained in:
s444510 2024-02-14 17:16:46 +01:00
parent 31648b1989
commit 3b01e7dcab

View File

@ -10,5 +10,5 @@ users:
package_update: true
package_upgrade: true
runcmd:
- curl -fsSL https://code-server.dev/install.sh | sh -s
- curl -fsSL https://code-server.dev/install.sh | sh
- systemctl --user enable --now code-server