Browse Source

update

master
Jordan Pleugers 3 years ago
parent
commit
8301d0e482
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      install.sh

+ 6
- 6
install.sh View 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'>


Loading…
Cancel
Save