8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/bash -e
|
|
|
|
source /etc/profile
|
|
env-update
|
|
install-worldconf
|
|
emerge -bevq --keep-going --with-bdeps=y @world
|
|
clean-worldconf
|