Arch work
This commit is contained in:
@@ -875,7 +875,9 @@ installMCARCH() {
|
|||||||
--install
|
--install
|
||||||
-p mediacenter.pkgbuild"
|
-p mediacenter.pkgbuild"
|
||||||
if ! exec ${makepkg_cmd}; then
|
if ! exec ${makepkg_cmd}; then
|
||||||
if [[ $? -eq 10 ]]; then
|
output=$?
|
||||||
|
echo $output
|
||||||
|
if [[ $output -eq 10 ]]; then
|
||||||
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
|
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user