diff --git a/gentoo.sh b/gentoo.sh index 8f126c8..d360bc7 100644 --- a/gentoo.sh +++ b/gentoo.sh @@ -1009,6 +1009,12 @@ compile-kernel() { time make install } + +fixBase() { + sudo emerge glibc go + +} + if [ "$1" = "desktop" ]; then desktop elif [ "$1" = "tar" ]; then @@ -1043,6 +1049,8 @@ elif [ "$1" = "compile-kernel" ]; then compile-kernel elif [ "$1" = "remove-snapshot" ]; then remove-snapshots +elif [ "$1" = "fix-base" ]; then + fixBase elif [ "$1" = "help" ]; then show-help else