diff --git a/docker/scripts/pacman.conf.arch/pacman.conf.pl b/docker/scripts/pacman.conf.arch/pacman.conf.pl index 738f0bd..340ddf9 100755 --- a/docker/scripts/pacman.conf.arch/pacman.conf.pl +++ b/docker/scripts/pacman.conf.arch/pacman.conf.pl @@ -3,7 +3,7 @@ use strict; use warnings; my $dep = $ENV{DEP} // 'stable'; -my $tier = $ENV{TIER} // '1'; +my $tier = $ENV{TIER} // '2'; #region header print <<'EOHEADER'; diff --git a/docker/scripts/pacman.conf.artix/pacman.conf.pl b/docker/scripts/pacman.conf.artix/pacman.conf.pl index 7b62a81..31cb315 100755 --- a/docker/scripts/pacman.conf.artix/pacman.conf.pl +++ b/docker/scripts/pacman.conf.artix/pacman.conf.pl @@ -3,7 +3,7 @@ use strict; use warnings; my $dep = $ENV{DEP} // 'stable'; -my $tier = $ENV{TIER} // '1'; +my $tier = $ENV{TIER} // '2'; #region header print <<'EOHEADER';