Browse Source

init log2ram

master
heuzef 5 years ago
parent
commit
830c480ef7
2 changed files with 9 additions and 2 deletions
  1. +9
    -2
      install.sh
  2. BIN
      ramlog_2.0.0_all.deb

+ 9
- 2
install.sh View File

@@ -12,12 +12,19 @@ echo "bash" >> /home/allo-gg/.profile
cd
apt-get -y update
apt-get -y upgrade
apt-get -y install apache2 php7.0 git-core vim tree
apt-get -y install apache2 php7.0 git-core vim tree rsync lsof

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

# Installation de wiringPi
git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
chmod +x build
./build
cd



BIN
ramlog_2.0.0_all.deb View File


Loading…
Cancel
Save