mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
92b42c3a98
commit
7429cde9f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user