Skip to content

Commit

Permalink
install-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmitz2017 committed Oct 21, 2024
1 parent 3e8c408 commit 912cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ while [ $# -gt 0 ]; do
install_basesw_os=1
#install_basesw_python=0
#install_fodproper=0
elif [ $# -ge 1 -a "$1" = "--basesw_python" ]; then
elif [ $# -ge 1 -a \( "$1" = "--basesw_python" -o "$1" = "--python-update-only" \) ]; then
shift 1
install_default_used=0

Expand Down

0 comments on commit 912cbc5

Please sign in to comment.