that was overcomplicated
This commit is contained in:
parent
949baa2c47
commit
b826e7a0a0
1 changed files with 1 additions and 3 deletions
|
|
@ -196,9 +196,7 @@ function update_docker_container {
|
||||||
function deno_install {
|
function deno_install {
|
||||||
if [ "$synth_current_system" = "neptunium" ]; then # only used on neptunium
|
if [ "$synth_current_system" = "neptunium" ]; then # only used on neptunium
|
||||||
echo "${blue}Running Deno installer.${normal}"
|
echo "${blue}Running Deno installer.${normal}"
|
||||||
wget https://deno.land/install.sh -O /tmp/deno.sh
|
curl -fsSL https://deno.land/install.sh | sudo DENO_INSTALL=/usr/local sh -s -- -y # we assume deno has some error checking and with our script config will automatically stop for any issues
|
||||||
chmod +x /tmp/deno.sh
|
|
||||||
DENO_INSTALL=/usr/local /tmp/deno.sh -y # we assume deno has some error checking and with our script config will automatically stop for any issues
|
|
||||||
echo "${green}Okay.${normal}"
|
echo "${green}Okay.${normal}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue