mirror of
https://github.com/endeavouros-team/PKGBUILDS.git
synced 2026-06-13 01:34:36 +00:00
[iso-create-ml] added Argentina to AddRecommendedCountries()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Maintainer : manuel at endeavouros.com
|
||||
|
||||
pkgname=iso-create-ml
|
||||
pkgver=26.6.2
|
||||
pkgver=26.6.3
|
||||
pkgrel=1
|
||||
pkgdesc="Create a mirrorlist for the ISO"
|
||||
arch=('any')
|
||||
@@ -15,7 +15,7 @@ source=(
|
||||
create-ml-country-mapping-arch.conf
|
||||
create-ml-active-mirrors-arch.conf
|
||||
)
|
||||
sha256sums=('5acc13c395267638b1fd5653c44b1060e0bb73cc916c5968d96bb84e06adbb2d'
|
||||
sha256sums=('a662d045a187902073fd30e4f19b5ae9e3b3e096fdf85222a8593300aa26c79c'
|
||||
'eb12dd481752d0d1a6d95c312c3489b5dd98a2a7baf3ab3175240d2150659418'
|
||||
'f5fb14988ee5f9e50ea87fc9d6b0e7f4ac9c3e393b21287939448b28a8f9a047'
|
||||
'a4b50820f58c4469c8daaad09f8e03a6a5e52cfc9a1516cf889d1ffb25003604'
|
||||
|
||||
@@ -300,6 +300,7 @@ AddRecommendedCountries() {
|
||||
# is unknown.
|
||||
case "$country_code" in
|
||||
al|at|be|cz|dk|ee|es|fr|gb|gr|hr|it|nl|no|pl|pt|se) additional_mirror_countries+=(ww de fr) ;;
|
||||
ar) additional_mirror_countries+=(ww us) ;;
|
||||
'fi') additional_mirror_countries+=(ww se) ;;
|
||||
de|us) ;;
|
||||
cn|ru) protocols+=(http) ;;
|
||||
|
||||
Reference in New Issue
Block a user