mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 23:31: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
|
elif [ "$arg" = "Chrome" ]; then
|
||||||
installchrome=true
|
installchrome=true
|
||||||
fi
|
fi
|
||||||
done
|
|
||||||
|
|
||||||
|
if [ "${deckyplugin}" = false ]; then
|
||||||
if [ "${deckyplugin}" = false ]; then
|
|
||||||
#Download Modules
|
#Download Modules
|
||||||
# Define the repository and the folders to clone
|
# Define the repository and the folders to clone
|
||||||
repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip'
|
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"
|
rm -r "${parent_folder}/NonSteamLaunchers-On-Steam-Deck-main"
|
||||||
fi
|
fi
|
||||||
#End of Download Modules
|
#End of Download Modules
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
#Service File rough update
|
#Service File rough update
|
||||||
|
Loading…
Reference in New Issue
Block a user