ソースを参照

add reflect_mirrorlist

pull/1/head
10sr 11年前
コミット
3a534be993
1個のファイルの変更12行の追加0行の削除
  1. +12
    -0
      bashrc

+ 12
- 0
bashrc ファイルの表示

@@ -234,6 +234,18 @@ null type pacmatic && {
export PACMAN="pacmatic"
}

_pacman_update_mirrorlist_with_reflector(){
ml=/etc/pacman.d/mirrorlist
cmd="$(expr "$(grep reflector $ml)" : '# With: *\(.*\)')"
if test -z "$cmd"
then
cmd="reflector --verbose -l 5 --sort rate --save /etc/pacman.d/mirrorlist"
fi
sudo $cmd
}
null type reflector && test -f /etc/pacman.d/mirrorlist && \
alias reflect_mirrorlist=_pacman_update_mirrorlist_with_reflector

null type apt-get && {
alias aupgrade="sudo apt-get autoremove --yes && \
sudo apt-get update --yes && sudo apt-get upgrade --yes"


読み込み中…
キャンセル
保存