install-deps.sh 270 B

12345678910111213
  1. #!/usr/bin/env bash
  2. apt-get update
  3. apt-get install -y curl
  4. apt-get install -y libc6 libc6-dev libc6-dev-i386
  5. curl -sL https://deb.nodesource.com/setup_14.x | bash -
  6. apt-get install -y nodejs
  7. PATH=$PATH:~/go/bin
  8. go install github.com/gobuffalo/packr/v2/packr2@latest