You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
290 B
Bash
5 lines
290 B
Bash
#!/usr/bin/bash
|
|
echo "Running reflector to sort for fastest mirrors" | tee -a /tmp/jade-gui-output.txt
|
|
pkexec reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist | tee -a /tmp/jade-gui-output.txt
|
|
pkexec crystal-jade config ~/.config/jade.json | tee -a /tmp/jade-gui-output.txt
|