This commit is contained in:
Tobias Powalowski 2023-07-20 09:06:43 +02:00
parent ea0a01756d
commit 940858dc59

View file

@ -131,6 +131,7 @@ while true; do
echo "LocalFileSigLevel = Optional" >> "${_PACMAN_CONF}"
echo "[archboot]" >> "${_PACMAN_CONF}"
echo "Server = file:///var/cache/pacman/pkg" >> "${_PACMAN_CONF}"
pacman -Sy >>"${_LOG}"
break
fi
_enable_testing