Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Confirm
  • Loading branch information
Kristian Freeman committed Oct 7, 2019
1 parent cd6f5b8 commit 3dc1bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
@@ -1,7 +1,7 @@
#!/bin/sh -l

apt-get update
apt-get install curl
apt-get update -y
apt-get install curl -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh
nvm install latest
npm i
Expand Down

0 comments on commit 3dc1bdd

Please sign in to comment.