diff --git a/Vagrantfile b/Vagrantfile index d179bdd6c..45a0e7e85 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -204,7 +204,7 @@ def install_pyinstaller(boxname) . borg-env/bin/activate git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller - git checkout develop + git checkout master pip install -e . EOF end @@ -216,7 +216,7 @@ def install_pyinstaller_bootloader(boxname) . borg-env/bin/activate git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller - git checkout python3 + git checkout master # build bootloader, if it is not included cd bootloader python ./waf all