From d97069e18f9432e0bf9b64fb5970bbaf6d9043c2 Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Sun, 28 Jul 2024 09:14:52 -0700 Subject: [PATCH] Pull in setup messaging fixes --- gnome/bin/setup | 2 +- modules/XRLinuxDriver | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome/bin/setup b/gnome/bin/setup index 616dc42..7ee291a 100755 --- a/gnome/bin/setup +++ b/gnome/bin/setup @@ -4,7 +4,7 @@ set -e check_command() { if ! command -v "$1" &>/dev/null; then - echo "Please install \"$1\" and make sure it's available in your \$PATH" + echo "Please install \"$1\" and make sure it's available in your \$PATH, then rerun the setup." exit 1 fi } diff --git a/modules/XRLinuxDriver b/modules/XRLinuxDriver index 4ce360a..7afbc25 160000 --- a/modules/XRLinuxDriver +++ b/modules/XRLinuxDriver @@ -1 +1 @@ -Subproject commit 4ce360a936937e8dd0ebd54a337fec54bb38f497 +Subproject commit 7afbc258e71a7efde015394820c60c24cc785773