This commit is contained in:
2025-09-07 13:32:33 +04:00
parent ff0d04f3b6
commit 984013f774
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -99,6 +99,12 @@ check_release() {
}
ubuntu_sources_fix() {
# Check if we're on Ubuntu
if [[ "${OSNAME}" != "ubuntu" ]]; then
echo " Not running on Ubuntu. Skipping mirror fix."
return 1
fi
if check_release; then
local CODENAME
CODENAME=$(lsb_release -sc)