s
This commit is contained in:
parent
4f97998047
commit
5452ce077c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user