File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242if [ " $USER " != " root" ]; then
4343 echo " The installer needs to run as root."
4444 echo " Please enter your sudo password if prompted."
45- exec sudo -E ./install.sh " $@ "
45+ exec caffeinate -dis sudo -E ./install.sh " $@ "
4646else
47- exec ./install.sh " $@ "
47+ exec caffeinate -dis ./install.sh " $@ "
4848fi
Original file line number Diff line number Diff line change 4242if [ " $USER " != " root" ]; then
4343 echo " The installer needs to run as root."
4444 echo " Please enter your sudo password if prompted."
45- exec sudo -E ./install.sh " $@ "
45+ exec caffeinate -dis sudo -E ./install.sh " $@ "
4646else
47- exec ./install.sh " $@ "
47+ exec caffeinate -dis ./install.sh " $@ "
4848fi
Original file line number Diff line number Diff line change 3535if [ " $USER " != " root" ]; then
3636 echo " The installer needs to run as root."
3737 echo " Please enter your sudo password if prompted."
38- exec sudo -E ./install.sh " $@ "
38+ exec caffeinate -dis sudo -E ./install.sh " $@ "
3939else
40- exec ./install.sh " $@ "
40+ exec caffeinate -dis ./install.sh " $@ "
4141fi
You can’t perform that action at this time.
0 commit comments