fix
This commit is contained in:
parent
4a99dd07c6
commit
f94da75b5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user