add chown
This commit is contained in:
parent
4407ecb32b
commit
57cbfa8a59
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Reference in a new issue