1
0
Fork 0
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:
Thomas Waldmann 2024-11-03 15:05:07 +01:00
parent bef9595463
commit a0f56bfddd
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

6
Vagrantfile vendored
View file

@ -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