Browse Source

add setup.sh

master
zeus 3 years ago
parent
commit
4eec714e14
  1. 4
      extrapackages
  2. 3
      setup.sh

4
extrapackages

@ -29,5 +29,7 @@ musl-dev
python-dev python-dev
gfortran gfortran
py-pip py-pip
py-numpy@community python3-dev
py3-numpy
lapack

3
setup.sh

@ -24,8 +24,9 @@ retry() {
done done
} }
# --------custom repos -------
# alpine edit 4 ubuntu # alpine edit 4 ubuntu
cp /root/repositories /etc/apk/repositories #cp /root/repositories /etc/apk/repositories
echo "==> Install system packages" echo "==> Install system packages"
apk --no-cache add \ apk --no-cache add \

Loading…
Cancel
Save