소스 검색

Correction des scripts et mise en forme du README

master
heuzef 6 년 전
부모
커밋
a3ef6e2f09
4개의 변경된 파일29개의 추가작업 그리고 7개의 파일을 삭제
  1. +24
    -3
      README.md
  2. +2
    -1
      install.sh
  3. +1
    -1
      scripts/reboot.sh
  4. +2
    -2
      scripts/update.sh

+ 24
- 3
README.md 파일 보기

@@ -1,4 +1,25 @@
# Allo-GG
Allo-GG by Heuzef & Kaeim6C
OK
©2018
> Allo-GG by Heuzef & Kaeim6C ©2018
> heuzef.com / kae.im

---

# Installation de Allo-GG sur un Pi Zero avec Rasbian

Installer Raspbian LITE :
https://www.raspberrypi.org/documentation/installation/installing-images/README.md

Executer le script d'installation :
```
sudo apt-get -y install curl ; curl -sSL https://raw.githubusercontent.com/heuzef/Allo-GG/master/install.sh | sh
```
---

Bien joué 👍
L'interface web est maintenant accessible sur l'adresse IP de votre PI Z.

# Liste des fournitures à acheter :

- Raspberry Pi Zero : https://thepihut.com/products/raspberry-pi-zero | 5€
-
-

+ 2
- 1
install.sh 파일 보기

@@ -34,4 +34,5 @@ crontab -l -u allo-gg | echo '@reboot /bin/bash /var/www/html/scripts/boot.sh &'
echo "----------------------------"
echo "Install done ! Rebooting ..."
sleep 3
reboot

sh scripts/reboot.sh

+ 1
- 1
scripts/reboot.sh 파일 보기

@@ -2,4 +2,4 @@
# Allo-GG
# Redemarrage du module

systemctl reboot -i
reboot

+ 2
- 2
scripts/update.sh 파일 보기

@@ -2,6 +2,6 @@
# Allo-GG
# Mise a jour du module

cd /var/www/html/Allo-GG/
git pull
cd /var/www/html/
git pull origin master
service apache2 restart

불러오는 중...
취소
저장