bryan hace 2 años
padre
commit
4b964aec52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

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