You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pikvm/docs/_update_os.md

26 lines
607 B
Markdown

??? 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 ~]# rw
[root@pikvm ~]# pacman -Syy
[root@pikvm ~]# pacman -S pikvm-os-updater
[root@pikvm ~]# pikvm-update
```
Next time you will be able to use the usual method with `pikvm-update`.