Option: arch--repair ; no more update mirrors
This commit is contained in:
parent
a62dd17a2d
commit
ef3543e9d0
|
@ -107,7 +107,7 @@ case "$1" in
|
|||
-u) sysup="system";upg__main ;;
|
||||
-f) sysup="full";upg__main ;;
|
||||
--arch-mirror|-am) arch__mirror ;;
|
||||
--arch-repair|-ar) arch__mirror;arch__repair ;;
|
||||
--arch-repair|-ar) arch__repair ;;
|
||||
-A) sysup="aur";upg__main ;;
|
||||
*) echo "! Bad argument '$1' : see upd --help" ;;
|
||||
esac
|
||||
|
|
|
@ -23,7 +23,7 @@ cat << EOHELP
|
|||
-f : update system + AUR
|
||||
-A : update AUR packages 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)
|
||||
|
||||
[debian]
|
||||
|
|
Loading…
Reference in New Issue