Arch work

This commit is contained in:
2023-01-06 17:36:55 -05:00
parent ac920e9a9c
commit 7067625a9f

View File

@@ -872,7 +872,10 @@ installMCARCH() {
--install --install
-p mediacenter.pkgbuild" -p mediacenter.pkgbuild"
#if ! exec ${makepkg_cmd}; then #if ! exec ${makepkg_cmd}; then
su bryan exec "${makepkg_cmd}" # TODO, for testing in root VM if ! exec "${makepkg_cmd}"; then
echo "makepkg failed"
exit
fi
#fi #fi
popd || return popd || return
} }