cant type 🤦

This commit is contained in:
Ethan Edwards 2020-10-17 02:20:35 -04:00
parent ca5b87b61d
commit bcbc986d9c
No known key found for this signature in database
GPG Key ID: F1AD8EEE1366610B
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ apt install -y ghc
# final binary: /opt/.deno/bin/deno
# get version: /opt/.deno/bin/deno --version
curl -fsSL https://deno.land/x/install/install.sh | sh
echo 'export DENO_INSTALL="/opt/.deno"' > /opt/.profile
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' > /opt/.profile
echo 'export DENO_INSTALL="/opt/.deno"' >> /opt/.profile
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /opt/.profile
source /opt/.profile
# create runnable users and apply limits