Browse Source

Arch work

bryan 2 years ago
parent
commit
4b964aec52
1 changed files with 1 additions and 1 deletions
  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
 }