Skip to content

Commit

Permalink
update versions in apt_get_essential.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrei committed Sep 10, 2024
1 parent e12da09 commit faa646d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/apt_get_essential.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ apt-get update && apt-get install -y --no-install-recommends \
build-essential=12.8ubuntu1 \
bzip2=1.0.8-2 \
cmake=3.16.3-1ubuntu1.20.04.1 \
curl=7.68.0-1ubuntu2.22 \
curl=7.68.0-1ubuntu2.23 \
dos2unix=7.4.0-2 \
gdb=9.1-0ubuntu1 \
gfortran=4:9.3.0-1ubuntu2 \
git=1:2.25.1-1ubuntu3.12 \
git=1:2.25.1-1ubuntu3.13 \
less=551-1ubuntu0.3 \
libatlas-base-dev=3.10.3-8ubuntu7 \
libcurl4-openssl-dev=7.68.0-1ubuntu2.22 \
libcurl4-openssl-dev=7.68.0-1ubuntu2.23 \
libgomp1=10.5.0-1ubuntu1~20.04 \
libgsl-dev=2.5+dfsg-6+deb10u1build0.20.04.1 \
libnss3=2:3.98-0ubuntu0.20.04.2 \
Expand All @@ -36,8 +36,8 @@ apt-get update && apt-get install -y --no-install-recommends \
tar=1.30+dfsg-7ubuntu0.20.04.4 \
tofrodos=1.7.13+ds-4 \
unzip=6.0-25ubuntu1.1 \
vim=2:8.1.2269-1ubuntu5.23 \
wget=1.20.3-1ubuntu2 \
vim=2:8.1.2269-1ubuntu5.24 \
wget=1.20.3-1ubuntu2.1 \
zlib1g-dev=1:1.2.11.dfsg-2ubuntu1.5 \
&& \
apt-get clean && \
Expand Down

0 comments on commit faa646d

Please sign in to comment.