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 tar -xvf wit.tar.gz
cd wit-v*/ cd wit-v*/
if [[ $(id -u) == 0 ]]; then if [[ $(id -u) == 0 ]]; then
chown Administrator:None .
./install.sh ./install.sh
else else
echo "You will now be prompted to enter your password for sudo in order for wit to install." echo "You will now be prompted to enter your password for sudo in order for wit to install."