mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 06:01:54 +00:00
vagrant: use pyinstaller v3.3.1
the fix that i made in v3.3-fixed is also in official release v3.3.1.
This commit is contained in:
parent
bb5e2597d7
commit
ebbeeec241
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -143,7 +143,7 @@ def install_pyinstaller()
|
|||
. borg-env/bin/activate
|
||||
git clone https://github.com/thomaswaldmann/pyinstaller.git
|
||||
cd pyinstaller
|
||||
git checkout v3.3-fixed
|
||||
git checkout v3.3.1
|
||||
python setup.py install
|
||||
EOF
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue