codeserver-installer/codeserver-installer_1.0-1_amd64/DEBIAN/postinst
2024-06-04 11:48:21 +02:00

7 lines
361 B
Bash
Executable File

#!/bin/bash
printf "\n \033[0;32mcode-server environment is installed!\033[0m\n"
printf " Now run \033[0;33mcodeserverctl upgrade\033[0m to install vscode (and in future to upgrade it).\n"
printf " Next, customize your password and server conf here: /etc/code-server/code-server.yaml\n\n"
printf " Systemd profile: /etc/systemd/system/code-server.service\n\n"