Skip to content

Commit

Permalink
Commit Linutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and jeevithakannan2 committed Sep 11, 2024
1 parent 6da9125 commit 493fedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified build/linutil
Binary file not shown.
4 changes: 3 additions & 1 deletion src/commands/system-setup/system-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ fastUpdate() {
case ${PACKAGER} in
pacman)

$AUR_HELPER -S --needed --noconfirm rate-mirrors-bin
$AUR_HELPER -S --needed --noconfirm rate-mirrors-bin

printf "%b\n" "${YELLOW}Generating a new list of mirrors using rate-mirrors. This process may take a few seconds...${RC}"

if [ -s /etc/pacman.d/mirrorlist ]; then
$ESCALATION_TOOL cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
Expand Down

0 comments on commit 493fedf

Please sign in to comment.