2015-06-30 22:31:25 +02:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
|
|
|
source /etc/profile
|
|
|
|
env-update
|
2015-07-25 23:56:21 +02:00
|
|
|
emerge -b1q portage
|
2015-08-14 00:42:04 +02:00
|
|
|
emerge -b1q app-portage/grs
|
2015-06-30 22:31:25 +02:00
|
|
|
install-worldconf
|
2016-05-24 11:12:25 +02:00
|
|
|
emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
|
2015-06-30 22:31:25 +02:00
|
|
|
clean-worldconf
|