Updated default salix mirrors

This commit is contained in:
Dimitris Zlatanidis 2024-04-08 23:10:55 +03:00
parent 2b71f44608
commit 5a1e671e3b

View file

@ -172,7 +172,7 @@ class Repositories:
salix_repo_name: str = 'salix'
salix_repo_path: Path = Path(repositories_path, salix_repo_name)
salix_repo_local = ['']
salix_repo_mirror = ['https://download.salix.org/x86_64/slackware-15.0/']
salix_repo_mirror = ['https://repo.greeklug.gr/data/pub/linux/salix/x86_64/15.0/']
salix_repo_packages: str = 'PACKAGES.TXT'
salix_repo_checksums: str = 'CHECKSUMS.md5'
salix_repo_changelog: str = 'ChangeLog.txt'
@ -182,7 +182,7 @@ class Repositories:
salix_extra_repo_name: str = 'salix_extra'
salix_extra_repo_path: Path = Path(repositories_path, salix_extra_repo_name)
salix_extra_repo_local = ['']
salix_extra_repo_mirror = ['https://download.salix.org/x86_64/slackware-15.0/', 'extra/']
salix_extra_repo_mirror = ['https://repo.greeklug.gr/data/pub/linux/salix/x86_64/extra-15.0/']
salix_extra_repo_packages: str = 'PACKAGES.TXT'
salix_extra_repo_checksums: str = 'CHECKSUMS.md5'
salix_extra_repo_changelog: str = 'ChangeLog.txt'