瀏覽代碼

install libgfortran-5-dev if on stretch

php7-stretch
Nico Rey 3 年之前
父節點
當前提交
603d93411f
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. +7
    -2
      install.sh

+ 7
- 2
install.sh 查看文件

@@ -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"


Loading…
取消
儲存