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.
jade-gui/jade_gui/scripts/install.sh

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