Revision 896ea36fe255f490725df03742096ed90314daca authored by Sean on 02 March 2022, 03:23:43 UTC, committed by Sean on 02 March 2022, 03:23:43 UTC
1 parent 9722bdd
apt_install.sh
echo "This script will install packages required by PyRate. Continue?"
select yn in "Yes" "No"; do
case $yn in
Yes ) break;;
No ) exit;;
esac
done
# OS package requirements for Ubuntu 18.04
sudo apt-get update
sudo apt-get -y install \
gdal-bin \
libgdal-dev \
openmpi-bin \
libopenmpi-dev

Computing file changes ...