Parcourir la source

install libgfortran-5-dev if on stretch

php7-stretch
Nico Rey il y a 3 ans
Parent
révision
603d93411f
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. +7
    -2
      install.sh

+ 7
- 2
install.sh Voir le fichier

@@ -70,8 +70,13 @@ sudo apt install -yq predict \
socat \
php7.2-fpm \
php7.2-sqlite \
sqlite3 \
libgfortran5
sqlite3

if [ "$raspbian_version" == "stretch" ]; then
sudo apt install -yq libgfortran-5-dev
else
sudo apt install -yq libgfortran5
fi

sudo pip3 install numpy ephem tweepy Pillow
log_done "Packages installed"


Chargement…
Annuler
Enregistrer