Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Created January 12, 2018 03:56
Show Gist options
  • Save torumakabe/ce64e7fc3fb2a48c4a23c357786a6c0c to your computer and use it in GitHub Desktop.
Save torumakabe/ce64e7fc3fb2a48c4a23c357786a6c0c to your computer and use it in GitHub Desktop.
#!/bin/bash
apt update -y
apt install nginx -y
echo "Ver.2" > /var/www/html/index.nginx-debian.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment