From b88e6f5b70b0bac5b8e1e9ea8f58326ef73dec24 Mon Sep 17 00:00:00 2001
From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com>
Date: Sun, 2 Jun 2024 10:18:46 -0400
Subject: [PATCH] Update build.sh

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 434b08a..cfcbdac 100644
--- a/build.sh
+++ b/build.sh
@@ -9,10 +9,10 @@ basedir=$(dirname "$(readlink -f "$0")")
 
 
 start=`date +%s`
-# apt-get update
+apt-get install update
 apt-get install -y sudo 
 sudo apt-get install -y nano
-sudo apt-get update 
+# sudo apt-get install 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