diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:01:40 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:01:40 -0600 |
commit | 57cbfa8a5956a7fc19cead63005717b89fab682d (patch) | |
tree | c9957d2da93c48e12906b5b8f5c057bf8b4adfa7 | |
parent | 4407ecb32bd88ff8834d381f617d3720cc587b4c (diff) | |
download | riibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar riibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar.gz riibalanced-patcher-57cbfa8a5956a7fc19cead63005717b89fab682d.tar.bz2 |
add chown
-rwxr-xr-x | patch_iso.sh | 1 |
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." |