]> Freerunner's - dotfiles.git/commitdiff
upgrayyedd: tweak update @world command
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 6 Oct 2024 19:17:31 +0000 (21:17 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 6 Oct 2024 19:17:31 +0000 (21:17 +0200)
local/dot-local/bin/upgrayyedd

index f21ac81a8386d9a7c52a9c84720622154ace2b5a..c9db426899bf51bd3aeb812a98f3908ef7f169f6 100755 (executable)
@@ -23,7 +23,7 @@ case "$1" in
         exit 0
         ;;
     world)
-        $precmd /usr/bin/emerge -avuDe --with-bdeps=y  @world "${@:3}"
+        $precmd /usr/bin/emerge -avuDe --with-bdeps=y --usepkg=n --keep-going=y @world "${@:3}"
         exit 0
         ;;
     clean)