aboutsummaryrefslogtreecommitdiff
path: root/patch_iso.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patch_iso.sh')
-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."