mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
vagrant: use pyinstaller 4.10
when installed via pip, this automatically build the bootloader now.
This commit is contained in:
parent
6063c21bd9
commit
6b9a66b5fa
1 changed files with 1 additions and 4 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
|
@ -201,10 +201,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue