10 lines
184 B
Bash
10 lines
184 B
Bash
#!/bin/bash -e
|
|
|
|
source /etc/profile
|
|
env-update
|
|
emerge -b1qg portage
|
|
emerge -b1qg app-portage/grs
|
|
|
|
unset CONFIGFILE
|
|
emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world
|