Option: arch--repair ; no more update mirrors

This commit is contained in:
Cyrille L 2022-08-08 15:06:32 +02:00
parent a62dd17a2d
commit ef3543e9d0
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ case "$1" in
-u) sysup="system";upg__main ;; -u) sysup="system";upg__main ;;
-f) sysup="full";upg__main ;; -f) sysup="full";upg__main ;;
--arch-mirror|-am) arch__mirror ;; --arch-mirror|-am) arch__mirror ;;
--arch-repair|-ar) arch__mirror;arch__repair ;; --arch-repair|-ar) arch__repair ;;
-A) sysup="aur";upg__main ;; -A) sysup="aur";upg__main ;;
*) echo "! Bad argument '$1' : see upd --help" ;; *) echo "! Bad argument '$1' : see upd --help" ;;
esac esac

View File

@ -23,7 +23,7 @@ cat << EOHELP
-f : update system + AUR -f : update system + AUR
-A : update AUR packages only -A : update AUR packages only
--arch-mirror | -am : update mirrorlist only --arch-mirror | -am : update mirrorlist only
--arch-repair | -ar : update mirrors, archlinux-keyrings, clean --arch-repair | -ar : archlinux-keyrings, clean
and update system (not AUR) and update system (not AUR)
[debian] [debian]