Aktualisiert

This commit is contained in:
Ulf 2024-10-12 12:19:55 +02:00
parent 67cab4297b
commit b6a35ec30b
2 changed files with 2 additions and 0 deletions

1
MakeTumbleweed2Slowroll.sh Normal file → Executable file
View file

@ -9,6 +9,7 @@ echo -e "*** Entferne alte openSUSE_Tumbleweed Repositories" | tee ${LogFile}
rm /etc/zypp/repos.d/* | tee ${LogFile}
echo -e "*** Erstelle neue openSUSE_Slowroll Repositories" | tee ${LogFile}
echo -e "*** Basiert auf https://de.opensuse.org/openSUSE:Slowroll 23. November 2023 / 18:55 Uhr !!!" | tee ${LogFile}
zypper ar --refresh http://cdn.opensuse.org/slowroll/repo/oss/ base-oss | tee ${LogFile}
zypper ar --refresh http://cdn.opensuse.org/slowroll/repo/non-oss/ base-non-oss | tee ${LogFile}
zypper ar --refresh -p 80 http://cdn.opensuse.org/update/slowroll/repo/oss/ update | tee ${LogFile}

View file

@ -28,5 +28,6 @@ See also at [LUG-VS-Wiki Nützliche Scripte](https://lug-vs.org//lugvswiki/index
|[CheckBackup.sh](CheckBackup.sh)|Check if the anacron tasks and give the status of the next backup|
|[CoreTemp.sh](CoreTemp.sh)|Read Core Temperature from Intel and AMD CPUs|
|[CheckMyIP.sh](CheckMyIP.sh)|check my IP at the internet (returns IP4 / IP6 address|
|[MakeTumbleweed2Slowroll.sh](MakeTumbleweed2Slowroll.sh)|change Repo from openSUSE Tumbleweed to Slowroll|