aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-06-05 02:01:40 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-06-05 02:01:40 -0600
commit57cbfa8a5956a7fc19cead63005717b89fab682d (patch)
treec9957d2da93c48e12906b5b8f5c057bf8b4adfa7
parent4407ecb32bd88ff8834d381f617d3720cc587b4c (diff)
downloadriibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar
riibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar.gz
riibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar.bz2
add chown
-rwxr-xr-xpatch_iso.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch_iso.sh b/patch_iso.sh
index 398c17d..e12cc88 100755
--- a/patch_iso.sh
+++ b/patch_iso.sh
@@ -96,6 +96,7 @@ if [[ ERROR -ne 0 ]]; then
tar -xvf wit.tar.gz
cd wit-v*/
if [[ $(id -u) == 0 ]]; then
+ chown Administrator:None .
./install.sh
else
echo "You will now be prompted to enter your password for sudo in order for wit to install."