2015-06-30 22:31:25 +02:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2022-05-06 00:02:34 +02:00
|
|
|
source /etc/profile
|
|
|
|
env-update
|
|
|
|
|
|
|
|
emerge -b1qg portage
|
2022-05-06 00:06:22 +02:00
|
|
|
emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world
|
2022-05-06 00:02:34 +02:00
|
|
|
|
2022-05-05 23:49:03 +02:00
|
|
|
emerge --sync sergiotarxz
|
|
|
|
emerge --sync musl
|
2015-07-25 23:56:21 +02:00
|
|
|
# This is just here to sync up with the other desktops systems.
|
|
|
|
# It just makes life easier when doing a 'git diff' between branches.
|
|
|
|
# But if we were to do the same thing, it would be roughly this ...
|
|
|
|
|
|
|
|
#source /etc/profile
|
|
|
|
#env-update
|
|
|
|
#emerge -b1q binutils
|
|
|
|
#emerge -b1q gcc
|
|
|
|
#emerge -b1q glibc
|