forgot to add redirects also fixed apt install line

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

View File

@ -221,14 +221,14 @@ source /opt/.profile
# install haskell
# final binary: /usr/bin/ghc
# get version: /usr/bin/ghc --version
apt install ghc
apt install -y ghc
# install deno
# 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"'
echo 'export PATH="$DENO_INSTALL/bin:$PATH"'
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