File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ if ! test -f $LIGHTHOUSE_DRIVER/driver_lighthouse_real.so; then
3030 echo " = Moving original driver"
3131 cp $LIGHTHOUSE_DRIVER /driver_lighthouse.so $LIGHTHOUSE_DRIVER /driver_lighthouse_real.so
3232elif ! grep -s " https://patreon.com/0lach" $LIGHTHOUSE_DRIVER /driver_lighthouse.so; then
33- echo " Original driver exists, but installed - is either old proxy, or updated original"
34- echo " If SteamVR will fail to start after this message - then reinstal, and start installation again"
35- echo " This check works better with new version of driver"
36- echo " = Moving original driver"
33+ echo " Found both original driver, and old original driver, seems like SteamVR was updated"
34+ echo " = Moving updated original driver"
3735 cp $LIGHTHOUSE_DRIVER /driver_lighthouse.so $LIGHTHOUSE_DRIVER /driver_lighthouse_real.so
3836else
3937 echo " = Proxy driver is already installed, updating"
You can’t perform that action at this time.
0 commit comments