Skip to content

Commit

Permalink
update graphics-mesa connect message in the desktop-launch snap script
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 9, 2024
1 parent 2ce8c4f commit 754060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/snap/src/desktop-launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ START=$(date +%s.%N)
if ! snapctl is-connected "gaming-mesa"; then
echo "ERROR: not connected to the gaming-mesa content interface."
echo "To connect:"
echo "sudo snap connect steam:gaming-mesa gaming-graphics-core22"
echo "sudo snap connect umu-launcher:gaming-mesa gaming-graphics-core22"
exit 1
fi

Expand Down

0 comments on commit 754060a

Please sign in to comment.