pentoo-overlay/pentoo/pentoo-system/files/pentoo-updater
Rick Farina (Zero_Chaos) 5e5ca0de9e
Revert "pentoo-system: update repo before running pentoo-updater"
This reverts commit c459a9db7b.
this isn't the right way to do this
2019-05-29 16:45:40 -04:00

7 lines
182 B
Bash

#!/bin/sh
for i in /var/db/repos /var/lib/layman; do
if [ -x "${i}"/pentoo/scripts/pentoo-updater.sh ]; then
exec "${i}"/pentoo/scripts/pentoo-updater.sh
exit $?
fi
done