Jordan Pleugers 3 anni fa
parent
commit
8301d0e482
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      install.sh

+ 6
- 6
install.sh Vedi File

@@ -1,11 +1,11 @@
#!/bin/bash
#sudo apt update
#sudo apt upgrade -y
#sudo apt install apache2 php
#sudo apt install php
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
sudo chown -R ubuntu:ubuntu /var/www/html
rm /var/www/html/index.html
echo "
<!DOCTYPE html>
<html lang='fr'>


Caricamento…
Annulla
Salva