Skip to content
Snippets Groups Projects
Commit 912cbc55 authored by David Schmitz's avatar David Schmitz
Browse files

install-debian.sh

parent 3e8c408b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment