5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eoux pipefail
|
|
|
|
rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist
|