mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
pentoo-system: update repo before running pentoo-updater
This commit is contained in:
parent
69e71dd797
commit
c459a9db7b
2 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
for i in /var/db/repos /var/lib/layman; do
|
||||
emaint sync -r pentoo
|
||||
if [ -x "${i}"/pentoo/scripts/pentoo-updater.sh ]; then
|
||||
exec "${i}"/pentoo/scripts/pentoo-updater.sh
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Reference in a new issue