Skip to content

Commit 7cd617e

Browse files
authored
Update linux-elite.sh
1 parent e8aa197 commit 7cd617e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

linux-elite.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,7 @@ main()
62446244

62456245
# debian repo added
62466246
if ! grep -q "deb.debian.org/debian" /etc/apt/sources.list; then
6247-
echo "deb http://deb.debian.org/debian buster main" | tee -a /etc/apt/sources.list
6247+
echo "deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list
62486248
apt update
62496249
fi
62506250

@@ -6262,7 +6262,7 @@ main()
62626262
build-essential g++ gcc clang cmake automake autoconf pkg-config \
62636263
mingw-w64 rustup golang qtchooser default-jdk \
62646264
nodejs npm python3 python3-full python2 pypy3-venv \
6265-
dotnet-sdk-6.0 nim mono-complete mono-devel rlwrap
6265+
dotnet-sdk-6.0 mono-complete mono-devel rlwrap
62666266

62676267
# Virtualization and container tools
62686268
apt install -qy \
@@ -6299,7 +6299,7 @@ main()
62996299

63006300
# debian repo added
63016301
if ! grep -q "deb.debian.org/debian" /etc/apt/sources.list; then
6302-
echo "deb http://deb.debian.org/debian buster main" | tee -a /etc/apt/sources.list
6302+
echo "deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list
63036303
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 0E98404D386FA1D9 DCC9EFBF77E11517
63046304
apt update
63056305
fi
@@ -6326,7 +6326,7 @@ main()
63266326
build-essential g++ gcc clang cmake automake autoconf pkg-config \
63276327
mingw-w64 rustup golang qtchooser default-jdk \
63286328
nodejs npm python3 python3-full python2 pypy3-venv \
6329-
dotnet-sdk-6.0 nim mono-complete mono-devel rlwrap
6329+
dotnet-sdk-6.0 mono-complete mono-devel rlwrap
63306330

63316331
# Virtualization and container tools
63326332
apt install -qy \

0 commit comments

Comments
 (0)