mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater.sh: fix typo
This commit is contained in:
parent
e96114ee43
commit
fe14af5d15
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ main_upgrades() {
|
|||
emerge --buildpkg --usepkg --onlydeps --oneshot --deep --update --newuse --changed-deps --newrepo pentoo/pentoo || safe_exit
|
||||
etc-update --automode -5 || safe_exit
|
||||
#last let's make sure we have all the binpkgs we expect
|
||||
quickpkg --include-config=y $($(portageq get_repo_path / pentoo)/scripts/binpkgs-missing)
|
||||
quickpkg --include-config=y $($(portageq get_repo_path / pentoo)/scripts/binpkgs-missing-rebuild)
|
||||
fi
|
||||
|
||||
if portageq list_preserved_libs /; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue