Jordan Pleugers 3 anni fa
commit
12d0077cb7
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. +20
    -0
      install.sh

+ 20
- 0
install.sh Vedi File

@@ -0,0 +1,20 @@
#!/bin/bash
#sudo apt update
#sudo apt upgrade -y
#sudo apt install apache2 php
#sudo apt install php
sudo systemctl restart apache2
#sudo chown -R ubuntu:ubuntu /var/www/html
#rm /var/www/html/index.html
echo "
<!DOCTYPE html>
<html lang='fr'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>PHP Info</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

Caricamento…
Annulla
Salva