瀏覽代碼

Arch work

bryan 2 年之前
父節點
當前提交
4788957cc9
共有 1 個文件被更改,包括 3 次插入7 次删除
  1. 3 7
      installJRMC

+ 3 - 7
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
 }