Added more URLs to account as good Classic repos

This commit is contained in:
2024-11-07 12:58:38 +03:00
parent dbaa2df500
commit 5a02867d44

View File

@ -205,7 +205,11 @@ impl APTRepositoryHandleImpl for APTRepositoryHandle {
),
APTRepositoryHandle::Classic => (
APTRepositoryPackageType::Rpm,
vec!["http://ftp.altlinux.org/pub/distributions/ALTLinux".to_string()],
vec![
"http://ftp.altlinux.org/pub/distributions/ALTLinux".to_string(),
"ftp://ftp.altlinux.org/pub/distributions/ALTLinux".to_string(),
"rsync://ftp.altlinux.org/ALTLinux".to_string(),
],
"classic".to_string(),
),
APTRepositoryHandle::DebugInfo => (