2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-10 13:10:37 +00:00
pikvm/docs/_update_os.md

23 lines
541 B
Markdown
Raw Normal View History

2024-02-17 23:03:42 +00:00
??? example "Updating PiKVM OS"
2023-11-01 12:54:14 +00:00
2024-02-17 23:03:42 +00:00
To update, run following commands under the `root` user:
2023-11-01 12:54:14 +00:00
2024-02-17 23:03:42 +00:00
```console
[root@pikvm ~]# pikvm-update
```
2023-11-01 12:54:14 +00:00
2024-02-17 23:03:42 +00:00
If you encounter an error like:
2023-11-01 12:54:14 +00:00
2024-02-17 23:03:42 +00:00
```console
[root@pikvm ~]# pikvm-update
bash: pikvm-update: command not found
```
2023-11-01 12:54:14 +00:00
2024-02-17 23:03:42 +00:00
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`.