From d39f3a4e6825b933a97639b833bbf3e8ca69cc28 Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:59:17 +0000 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 7987629..f3a80d0 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -58,7 +58,7 @@ for arg in "${args[@]}"; do fi done -if [ "$nopython" = false ]; then +if [ "${nopython}" = false ]; then #Download Modules # Define the repository and the folders to clone repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip' @@ -2763,7 +2763,7 @@ fi -if [ "$nopython" = false ]; then +if [ "${nopython}" = false ]; then #Setup NSLGameScanner.service python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"