diff --git a/gentoo-kde.sh b/gentoo-kde.sh index 7f835e0..96a983d 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -681,6 +681,13 @@ compile-kernel() { time make -j30 CC="distcc gcc" modules_install time make install } +upgrade-system(){ + snapshots + emerge --sync + emerge -auDN @world + emerge --depclean +} + if [ "$1" = "desktop" ]; then desktop elif [ "$1" = "tar" ]; then