Skip to content

Commit

Permalink
Always install update-to-date python
Browse files Browse the repository at this point in the history
Use the python3 the meta package.

Python 3.8 has reached EoL ("active support"): https://endoflife.date/python

Close #38
  • Loading branch information
dentarg committed Nov 12, 2023
1 parent e5c8ba2 commit 356e650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd/scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pkg_add sudo--
echo "vagrant ALL=(ALL) NOPASSWD: SETENV: ALL" >> /etc/sudoers

# ansible support
pkg_add -z "python%3.8"
pkg_add "python3"

# ensure consistent resolvable hostname
hostname=$(hostname -s)
Expand Down

0 comments on commit 356e650

Please sign in to comment.