modify startup

This commit is contained in:
gregory hendrickson
2023-03-30 05:21:37 -07:00
parent fac1bd6666
commit 64aa8d0652

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
sudo apt-get update sudo apt-get update
sudo apt-get install -y nginx sudo apt-get install -y nginx
echo "Hello from" $HOSTNAME >> /var/www/html/index.html