heuzef 4 years ago
parent
commit
3733bc30fe
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      install.sh

+ 3
- 3
install.sh View File

@@ -76,14 +76,14 @@ cd || exit
apt-get -y install apache2 php7.0 git-core vim tree rsync lsof curl screen

# Installation de log2ram
git clone https://github.com/azlux/log2ram.git
git clone https://git.heuzef.com/heuzef/log2ram.git
cd log2ram || exit
chmod +x install.sh
./install.sh
cd || exit

# Installation de wiringPi
git clone git://git.drogon.net/wiringPi
git clone https://git.heuzef.com/heuzef/WiringPi.git
cd wiringPi || exit
chmod +x build
./build
@@ -130,7 +130,7 @@ systemctl mask bluetooth.service
# Installation de Allo-GG
rm -vf /var/www/html/index.html
chown -R allo-gg:allo-gg /var/www/html/
su -l allo-gg -c "git clone https://github.com/heuzef/Allo-GG.git /var/www/html/"
su -l allo-gg -c "git clone https://git.heuzef.com/heuzef/Allo-GG.git /var/www/html/"
mv -vf /var/www/html/log2ram.conf /etc/
mv /etc/cron.hourly/log2ram /etc/cron.daily/log2ram



Loading…
Cancel
Save