From 4788957cc9f8406bdf432ae8c6771ef32ec0ef73 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 6 Jan 2023 16:38:20 -0500 Subject: [PATCH] Arch work --- installJRMC | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/installJRMC b/installJRMC index de980ba..f7d5b31 100755 --- a/installJRMC +++ b/installJRMC @@ -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 }