From 44f5a80f3817469ae458f706254ede322bc698ae Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Fri, 2 May 2025 22:58:27 +0200 Subject: [PATCH] More OpenBSD 7.7 info --- Installing-on-OpenBSD-7.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index 7e934fd..19d958b 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -10,7 +10,7 @@ Update: Also works on [OpenBSD 7.7](https://openbsd.org/77.html) # Prerequisites -* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) is assumed. +* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) or [OpenBSD 7.7](https://openbsd.org/77.html) is assumed. * The [OpenBSD](https://openbsd.org) host needs to be able to access the Internet to install ports and to access the [pip](https://pypi.org/project/pip/) repository. * Sufficient disk space to install [Python](https://python.org), the [virtual Python environment](https://docs.python.org/3/library/venv.html) and Radicale is assumed. (The needed space is not excessive, so in most cases this will be a non-issue.) * You will need access as `root`, either directly or by using [doas(1)](https://man.openbsd.org/doas) on the host. These instructions assume direct `root` access as indicated by the `#` prompt. A `$` prompt indicates that no `root` access is required for the command.