Better options for Gentoo upgrade.

This commit is contained in:
Bartek Stalewski 2022-06-17 10:57:03 +02:00
parent b5fb97d916
commit 53be22c311

View File

@ -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
} }