Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix apt ref
  • Loading branch information
Kristian Freeman committed Oct 7, 2019
1 parent 83ae7e5 commit cd6f5b8
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 install update
apt install curl
apt-get update
apt-get install curl
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 cd6f5b8

Please sign in to comment.