From 53103f8aac6fa45ac930bda06e4cc3c359ed2a12 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:46:48 -0700 Subject: [PATCH] Update NSLPluginInstaller.sh --- NSLPluginInstaller.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NSLPluginInstaller.sh b/NSLPluginInstaller.sh index 8029b9d..ff32b60 100644 --- a/NSLPluginInstaller.sh +++ b/NSLPluginInstaller.sh @@ -46,7 +46,8 @@ fi set +x if $DECKY_LOADER_EXISTS; then - USER_INPUT=$(zenity --forms --title="Authentication Required" --text="Decky Loader detected! $(if $NSL_PLUGIN_EXISTS; then echo 'NSL Plugin also detected and will be updated to the latest version 🚀.'; else echo 'But no NSL plugin :(. Would you like to inject it and go to Game Mode.'; fi) Please enter your password to proceed:" --separator="|" --add-password="Password") + USER_INPUT=$(zenity --forms --title="Authentication Required" --text="Decky Loader detected! $(if $NSL_PLUGIN_EXISTS; then echo 'NSL Plugin also detected and will be updated to the latest version 🚀.'; else echo 'But no NSL plugin :(. Would you like to inject it and go to Game Mode? + '; fi) Please enter your password to proceed:" --separator="|" --add-password="Password") else zenity --error --text="Decky Loader not detected. Please download and install it from their website first and re-run this script to get the NSL Plugin." rm -rf "$download_dir"