Update quay.io/linuxserver.io/code-server Docker tag to v4.15.0 #57

Merged
OCram85 merged 2 commits from renovate/quay.io-linuxserver.io-code-server-4.x into master 2023-07-22 16:40:46 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b6879e99ee - Show all commits

View File

@ -149,6 +149,8 @@ function instNodeJS2() {
function instVolta() {
say "Installing Volta as NodeJS version manager..." "Volta"
curl -#fSl https://get.volta.sh | bash
# shellcheck disable=SC1090
source ~/.profile
say "done." "Volta"
}