update 001

+ update python version
+ update some links
+ bugfix php (update debian11)
This commit is contained in:
2022-01-11 14:35:03 +01:00
parent d5e94d988c
commit c52c793302
5 changed files with 53 additions and 26 deletions

View File

@@ -31,6 +31,13 @@ echo ""
echo "LETS GO!"
case "$SYSTEM" in
"Debian GNU/Linux 11 \n \l")
apt-get update
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/debian-11.txt" -o /etc/apt/source.list
apt-get update && apt-get upgrade -y
echo "Have Fun with the Official Repos :)"
;;
"Debian GNU/Linux 10 \n \l")
apt-get update
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y
@@ -45,13 +52,6 @@ case "$SYSTEM" in
apt-get update && apt-get upgrade -y
echo "Have Fun with the Official Repos :)"
;;
"Debian GNU/Linux 11 \n \l")
apt-get update
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/debian-11.txt" -o /etc/apt/source.list
apt-get update && apt-get upgrade -y
echo "Have Fun with the Official Repos :)"
;;
"Ubuntu 18.04.5 LTS \n \l")
apt-get update
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y