add chown

This commit is contained in:
Bryson Steck 2022-06-05 02:01:40 -06:00
parent 4407ecb32b
commit 57cbfa8a59

View file

@ -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."