diff options
| author | Chris Titus <[email protected]> | 2021-10-25 00:26:52 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-25 00:26:52 -0500 |
| commit | bf7332e38d6f7f0ac249c39c45300dc657d6c07c (patch) | |
| tree | 84edbb822239595e398c5705171213c10ea2d5e1 | |
| parent | 4aa478cfc1c1855ec3ab29a5ba398f13b637ecda (diff) | |
| download | ArchTitus-bf7332e38d6f7f0ac249c39c45300dc657d6c07c.tar.xz ArchTitus-bf7332e38d6f7f0ac249c39c45300dc657d6c07c.zip | |
mirrorlist fix for non-arch server countries
| -rwxr-xr-x | 0-preinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh index 041d175..0ac575e 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -17,7 +17,7 @@ pacman -S --noconfirm pacman-contrib terminus-font setfont ter-v22b sed -i 's/^#Para/Para/' /etc/pacman.conf pacman -S --noconfirm reflector rsync -mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup +cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup echo -e "-------------------------------------------------------------------------" echo -e " █████╗ ██████╗ ██████╗██╗ ██╗████████╗██╗████████╗██╗ ██╗███████╗" echo -e " ██╔══██╗██╔══██╗██╔════╝██║ ██║╚══██╔══╝██║╚══██╔══╝██║ ██║██╔════╝" |
