generated from Templates/Baseline
Compare commits
3 Commits
v0.4.0
...
b6879e99ee
Author | SHA1 | Date | |
---|---|---|---|
b6879e99ee | |||
d18eac86bb | |||
17f66d4c0f |
@ -1,4 +1,4 @@
|
|||||||
FROM quay.io/linuxserver.io/code-server:4.14.1
|
FROM quay.io/linuxserver.io/code-server:4.15.0
|
||||||
|
|
||||||
#LABEL build_version=""
|
#LABEL build_version=""
|
||||||
LABEL maintainer="OCram85"
|
LABEL maintainer="OCram85"
|
||||||
|
2
arkanum
2
arkanum
@ -149,6 +149,8 @@ function instNodeJS2() {
|
|||||||
function instVolta() {
|
function instVolta() {
|
||||||
say "Installing Volta as NodeJS version manager..." "Volta"
|
say "Installing Volta as NodeJS version manager..." "Volta"
|
||||||
curl -#fSl https://get.volta.sh | bash
|
curl -#fSl https://get.volta.sh | bash
|
||||||
|
# shellcheck disable=SC1090
|
||||||
|
source ~/.profile
|
||||||
say "done." "Volta"
|
say "done." "Volta"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user