From b55a4f1afdfbe8a43b2d8e84c27613d677bd817c Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Sun, 2 Jun 2024 10:35:05 -0400 Subject: [PATCH] Update build.sh --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index cfcbdac..1f42212 100644 --- a/build.sh +++ b/build.sh @@ -9,10 +9,11 @@ basedir=$(dirname "$(readlink -f "$0")") start=`date +%s` -apt-get install update +su - +apt-get update apt-get install -y sudo sudo apt-get install -y nano -# sudo apt-get install update +# sudo apt-get update sudo apt-get install -y scons libfftw3-dev libxm4 libmotif-dev python3-dev python3-pip sudo apt-get install -y python3-scipy python-opencv python3-numpy python3-h5py cython3 gdal-bin gfortran libgdal-dev python3-gdal libhdf5-dev -- GitLab