Fixed dependencies on gentoo

Emerge freaks out and refuses to install dependencies if -a is asked in a script
This commit is contained in:
TheRyeGuyWhoWillNowDie 2020-08-25 16:15:35 -04:00 committed by TotallyNotElite
parent d07c1b3efd
commit 149de546e5

View File

@ -78,7 +78,7 @@ case "$OS" in
"gentoo")
requestPermissions "${gentoo_packages[@]}"
# -U (--newuse): Installed packages that have no changes are excluded.
USE=abi_x86_32 $SUDO emerge -avU "${gentoo_packages[@]}"
USE=abi_x86_32 $SUDO emerge -vU "${gentoo_packages[@]}"
;;
"arch")
pacman -Qi "${arch_packages[@]}" > /dev/null 2>&1