instance-start.sh 188 B

12345678
  1. #!/usr/bin/env bash
  2. export DEBIAN_FRONTEND=noninteractive
  3. apt-get update
  4. apt-get install software-properties-common -y
  5. add-apt-repository universe
  6. apt-get update
  7. apt-get install nginx -y