summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-06-01 19:49:37 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-06-01 19:54:48 +0200
commitc00c48a27b69f82293382431a4de42727534a610 (patch)
tree4badae154cd505b74d1ea3bd73300c211dde2e6a /Vagrantfile
parentbd005c11a226f7e3b36c9f046cc572ed751bd267 (diff)
vagrant: use pyinstaller 4.10
when installed via pip, this automatically build the bootloader now.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 359ae6d62..4b49f5027 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -206,10 +206,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
- git clone https://github.com/thomaswaldmann/pyinstaller.git
- cd pyinstaller
- git checkout v4.7-maint
- python setup.py install
+ pip install 'pyinstaller==4.10'
EOF
end