Add xlocate sync to upgrade function.
This commit is contained in:
parent
8f04612c27
commit
74b78b0b35
@ -53,6 +53,6 @@ function ud() {
|
||||
function upgrade() {
|
||||
case $(lsb_release -si) in
|
||||
Gentoo) eix-sync && eix-update && emerge -avuNDU @world ;;
|
||||
VoidLinux) xbps-install -Su && xbps-remove -RoO ;;
|
||||
VoidLinux) xbps-install -Su && xbps-remove -RoO && xlocate -S ;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user