Skip to content

Commit ee43f45

Browse files
committed
build: remove outdated original driver message
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent bd3a6b9 commit ee43f45

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dist-proxy/install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3232
elif ! 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
3836
else
3937
echo "= Proxy driver is already installed, updating"

0 commit comments

Comments
 (0)