From ca5b87b61dd7b9a4fb376964bab651299174591d Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Sat, 17 Oct 2020 02:18:58 -0400 Subject: [PATCH] forgot to add redirects also fixed apt install line --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 91d3ce4..130f05d 100644 --- a/readme.md +++ b/readme.md @@ -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