mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
vagrant: simplify openindiana box setup
This commit is contained in:
parent
bef9595463
commit
a0f56bfddd
1 changed files with 1 additions and 5 deletions
6
Vagrantfile
vendored
6
Vagrantfile
vendored
|
@ -180,11 +180,7 @@ def packages_openindiana
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
# needs separate provisioning step + reboot:
|
# needs separate provisioning step + reboot:
|
||||||
#pkg update
|
#pkg update
|
||||||
pkg install gcc-13 git pkg-config libxxhash
|
pkg install gcc-13 git pkg-config libxxhash pip virtualenv
|
||||||
ln -sf /usr/bin/python3.9 /usr/bin/python3
|
|
||||||
python3 -m ensurepip
|
|
||||||
ln -sf /usr/bin/pip3.9 /usr/bin/pip3
|
|
||||||
pip3 install virtualenv
|
|
||||||
# let borg's pkg-config find openssl:
|
# let borg's pkg-config find openssl:
|
||||||
pfexec pkg set-mediator -V 3.1 openssl
|
pfexec pkg set-mediator -V 3.1 openssl
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue