Better options for Gentoo upgrade.
This commit is contained in:
parent
b5fb97d916
commit
53be22c311
@ -37,7 +37,7 @@ function ud() {
|
|||||||
}
|
}
|
||||||
function upgrade() {
|
function upgrade() {
|
||||||
case $(lsb_release -i | awk '{print $3}') in
|
case $(lsb_release -i | awk '{print $3}') in
|
||||||
Gentoo) eix-sync && eix-update && emerge -avuDU @world ;;
|
Gentoo) eix-sync && eix-update && emerge -avuNDU @world ;;
|
||||||
VoidLinux) xbps-install -Su && xbps-remove -RoO ;;
|
VoidLinux) xbps-install -Su && xbps-remove -RoO ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user