Explorar el Código

update

master
Jordan Pleugers hace 3 años
commit
12d0077cb7
Se han modificado 1 ficheros con 20 adiciones y 0 borrados
  1. +20
    -0
      install.sh

+ 20
- 0
install.sh Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar