message a bit later

This commit is contained in:
Tobias Powalowski 2024-08-31 20:37:24 +02:00
parent 6e0eab9c63
commit cf2fdb6a44

View file

@ -133,12 +133,12 @@ _run_autorun() {
done
fi
if [[ -f /etc/archboot/run/autorun.sh ]]; then
echo "Running custom autorun.sh..."
echo "Waiting for pacman keyring..."
_pacman_keyring
echo "Updating pacman keyring..."
pacman -Sy --noconfirm ${_KEYRING} &>"${_LOG}"
chmod 755 /etc/archboot/run/autorun.sh
echo "Running custom autorun.sh..."
/etc/archboot/run/./autorun.sh
echo "Finished autorun.sh."
fi