diff options
Diffstat (limited to 'upgrade-gentoo')
-rwxr-xr-x | upgrade-gentoo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrade-gentoo b/upgrade-gentoo index 548f34e..7fa2faa 100755 --- a/upgrade-gentoo +++ b/upgrade-gentoo @@ -15,6 +15,9 @@ if [[ $HOST == "bogues" ]]; then #mv /usr/portage_ /usr/portage fi +unset LD_LIBRARY_PATH +env-update + emaint --check all emaint --fix all emerge --sync |