mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
added spaces to if statement
This commit is contained in:
parent
61ba9e805e
commit
c1438c65eb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user