From 517ae9d0e06a2c41e9079604b583783be3f88b8c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 May 2026 09:04:48 +0200 Subject: [PATCH] Update install instructions --- bin/omarchy-install-battlenet | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bin/omarchy-install-battlenet b/bin/omarchy-install-battlenet index b699afdd..49730d0e 100755 --- a/bin/omarchy-install-battlenet +++ b/bin/omarchy-install-battlenet @@ -13,7 +13,12 @@ omarchy-install-nvidia-lib32 # fails to import the lutris module. Pin the shebang to the system Python. sudo sed -i '/env python3/ c\#!/bin/python3' /usr/bin/lutris -echo "" -echo "Lutris will open the Battle.net installer. Click Install and follow the prompts." +cat <<'EOF' -setsid lutris lutris:install/battlenet >/dev/null 2>&1 & +Lutris will open and auto-fetch its DXVK and VKD3D runtimes in the background +(watch the bottom status bar). Once that finishes, click the +, search for "Battle.net" in +the games list and click Install. + +EOF + +setsid lutris >/dev/null 2>&1 &