We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8577b commit 3f508e5Copy full SHA for 3f508e5
install.sh
@@ -84,7 +84,7 @@ echo_systemd_postinstall() {
84
echoh
85
cath << EOF
86
To have systemd start code-server now and restart on boot:
87
- sudo systemctl enable --now code-server@$USER
+ sudo systemctl enable --now code-server@\$USER
88
Or, if you don't want/need a background service you can run:
89
code-server
90
EOF
0 commit comments