cant type 🤦
This commit is contained in:
parent
ca5b87b61d
commit
bcbc986d9c
|
@ -227,8 +227,8 @@ apt install -y ghc
|
||||||
# final binary: /opt/.deno/bin/deno
|
# final binary: /opt/.deno/bin/deno
|
||||||
# get version: /opt/.deno/bin/deno --version
|
# get version: /opt/.deno/bin/deno --version
|
||||||
curl -fsSL https://deno.land/x/install/install.sh | sh
|
curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||||
echo 'export DENO_INSTALL="/opt/.deno"' > /opt/.profile
|
echo 'export DENO_INSTALL="/opt/.deno"' >> /opt/.profile
|
||||||
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' > /opt/.profile
|
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /opt/.profile
|
||||||
source /opt/.profile
|
source /opt/.profile
|
||||||
|
|
||||||
# create runnable users and apply limits
|
# create runnable users and apply limits
|
||||||
|
|
Loading…
Reference in New Issue