...
This commit is contained in:
BIN
install_herolib
BIN
install_herolib
Binary file not shown.
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user