Skip to content

Commit

Permalink
Update ubuntu_22.sh (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
Signed-off-by: David P. Chassin <david.chassin@me.com>
  • Loading branch information
David P. Chassin authored and dchassin committed Sep 30, 2023
1 parent db7b7fa commit 52c4bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/ubuntu_20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ INSTALL "$PYTHON_EXEC" -m pip install --upgrade pip || error "pip update failed"
INSTALL apt-get install build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5-dev liblzma-dev libbz2-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev -y

# install required tools
INSTALL apt-get install git unzip libtool libtool-bin g++ cmake flex bison subversion util-linux xz-utils wget -y
INSTALL apt-get install git unzip libtool libtool-bin mdbtools g++ cmake flex bison subversion util-linux xz-utils wget -y

# update library paths
INSTALL ldconfig
Expand Down
2 changes: 1 addition & 1 deletion setup/ubuntu_22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ INSTALL "$PYTHON_EXEC" -m pip install --upgrade pip || error "pip update failed"
INSTALL apt-get install build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5-dev liblzma-dev libbz2-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev -y

# install required tools
INSTALL apt-get install git unzip libtool libtool-bin g++ cmake flex bison subversion util-linux xz-utils wget -y
INSTALL apt-get install git unzip libtool libtool-bin mdbtools g++ cmake flex bison subversion util-linux xz-utils wget -y

# update library paths
INSTALL ldconfig
Expand Down

0 comments on commit 52c4bfb

Please sign in to comment.