Revert "pentoo-system: update repo before running pentoo-updater"

This reverts commit c459a9db7b.
this isn't the right way to do this
This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-29 16:45:40 -04:00
parent 869eebb848
commit 5e5ca0de9e
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#!/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 $?