Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-14 11:21:32 -07:00 committed by GitHub
parent 92b42c3a98
commit 7429cde9f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,10 +61,8 @@ for arg in "${args[@]}"; do
elif [ "$arg" = "Chrome" ]; then
installchrome=true
fi
done
if [ "${deckyplugin}" = false ]; then
if [ "${deckyplugin}" = 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'
@ -106,6 +104,8 @@ if [ "${deckyplugin}" = false ]; then
rm -r "${parent_folder}/NonSteamLaunchers-On-Steam-Deck-main"
fi
#End of Download Modules
fi
done
#Service File rough update