mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-12-06 08:03:53 +01:00
13 lines
349 B
Bash
Executable File
13 lines
349 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo
|
|
echo "Getting Fastest Mirror..."
|
|
echo
|
|
|
|
sudo /usr/bin/rate-mirrors --concurrency 40 --disable-comments --allow-root --save /etc/pacman.d/mirrorlist arch
|
|
sudo /usr/bin/rate-mirrors --concurrency 40 --disable-comments --allow-root --save /etc/pacman.d/chaotic-mirrorlist chaotic-aur
|
|
|
|
echo
|
|
echo "Fastest mirrors have been set..."
|
|
echo
|