Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Created January 12, 2018 05:15
Show Gist options
  • Save torumakabe/d5f70c846e9953cbfb9b4fdd2ffb8ca5 to your computer and use it in GitHub Desktop.
Save torumakabe/d5f70c846e9953cbfb9b4fdd2ffb8ca5 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt update -y
apt install nginx -y
echo "Ver.3" > /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