add debian 12

This commit is contained in:
2023-06-22 23:02:08 +02:00
parent 2dde1d0308
commit 946bdc6c4f
2 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ echo ""
echo ""
echo "LETS GO!"
if [ "$SYSTEM" == "12" ]; then
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/debian-12.txt" -o /etc/apt/sources.list
apt-get update && apt-get upgrade -y
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y
echo "Have Fun with the Official Repos :)"
fi
if [ "$SYSTEM" == "11" ]; then
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/debian-11.txt" -o /etc/apt/sources.list
apt-get update && apt-get upgrade -y

View File

@@ -0,0 +1,16 @@
#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#
###### Debian Main Repos
deb http://deb.debian.org/debian bookworm main contrib non-free
deb-src http://deb.debian.org/debian bookworm main contrib non-free
deb http://deb.debian.org/debian bookworm-updates main contrib non-free
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
deb http://deb.debian.org/debian bookworm-backports main contrib non-free
deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free
deb http://security.debian.org/debian-security bookworm-security main contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free