mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
cant type 🤦
This commit is contained in:
parent
ca5b87b61d
commit
bcbc986d9c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue