소스 검색

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
 }