Arch work

此提交包含在:
2023-01-06 16:38:20 -05:00
父節點 1b3bf6ae67
當前提交 4788957cc9

查看文件

@@ -874,13 +874,9 @@ installMCARCH() {
--force
--install
-p mediacenter.pkgbuild"
if ! exec ${makepkg_cmd}; then
output=$?
echo $output
if [[ $output -eq 10 ]]; then
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
fi
fi
#if ! exec ${makepkg_cmd}; then
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
#fi
popd || return
}