From 57cbfa8a5956a7fc19cead63005717b89fab682d Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 5 Jun 2022 02:01:40 -0600 Subject: add chown --- patch_iso.sh | 1 + 1 file changed, 1 insertion(+) 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." -- cgit v1.2.3