Skip to content

Commit

Permalink
add default state for nopython
Browse files Browse the repository at this point in the history
  • Loading branch information
sysmoon14 authored Mar 6, 2024
1 parent 112477d commit 61ba9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ check_for_updates() {

# Get the command line arguments
args=("$@")

nopython=false
for arg in "${args[@]}"; do
if [ "$arg" = "NoPython" ]; then
nopython=true
Expand All @@ -59,7 +59,6 @@ for arg in "${args[@]}"; do
done

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'
Expand Down Expand Up @@ -2765,6 +2764,7 @@ fi


if ["$nopython" = false]; then

#Setup NSLGameScanner.service
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"

Expand Down

0 comments on commit 61ba9e8

Please sign in to comment.