mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-18 22:33:50 +02:00
add debian 12
This commit is contained in:
@@ -30,6 +30,12 @@ echo ""
|
|||||||
echo ""
|
echo ""
|
||||||
echo "LETS GO!"
|
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
|
if [ "$SYSTEM" == "11" ]; then
|
||||||
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/debian-11.txt" -o /etc/apt/sources.list
|
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
|
apt-get update && apt-get upgrade -y
|
||||||
|
|||||||
16
sh_scripts/repos/debian-12.txt
Normal file
16
sh_scripts/repos/debian-12.txt
Normal 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
|
||||||
Reference in New Issue
Block a user