We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727bbcd commit c5db5abCopy full SHA for c5db5ab
flex-linux-setup/flex_linux_setup/flex_setup.py
@@ -39,7 +39,7 @@ def get_flex_setup_parser():
39
setup_branch = argsp.jans_setup_branch or 'main'
40
install_url = 'https://raw.githubusercontent.com/JanssenProject/jans/{}/jans-linux-setup/jans_setup/install.py'.format(setup_branch)
41
request.urlretrieve(install_url, 'install.py')
42
- install_cmd = 'python3 install.py --setup-branch={} --no-setup'.format(setup_branch)
+ install_cmd = 'python3 install.py --setup-branch={}'.format(setup_branch)
43
if '-yes' in sys.argv:
44
install_cmd += ' -yes'
45
print("Executing", install_cmd)
0 commit comments