Revision 53d9572b00eb4f99066757e52a2210eaa88fd230 authored by Sean on 25 February 2022, 04:05:53 UTC, committed by Sean on 25 February 2022, 04:05:53 UTC
1 parent 1033836
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 ...