2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-10 13:10:37 +00:00
pikvm/docs/_update_os.md
Maxim Devaev 3b8edefc4d update
2024-02-18 01:15:14 +02:00

541 B

??? example "Updating PiKVM OS"

To update, run following commands under the `root` user:

```console
[root@pikvm ~]# pikvm-update
```

If you encounter an error like:

```console
[root@pikvm ~]# pikvm-update
bash: pikvm-update: command not found
```

It's most likely you have an old OS release. You can update the OS as follows:

```console
[root@pikvm ~]# curl https://files.pikvm.org/update-os.sh | bash
```

Next time you will be able to use the usual method with `pikvm-update`.