Skip to content

Commit 755b8b2

Browse files
authored
Update README.md
1 parent 70aaa00 commit 755b8b2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/README.md

-14
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_d
1919
```
2020
You need to reboot/logout for changes to take effect
2121

22-
### Pi OS Buster
23-
On Oct 30, 2021 Pi OS bullseye was released and this is no longer needed. Older Pi OS buster releases run an old version of libseccomp that is causing problems with many containers that are preventing them from running. To fix this we need to manually install a newer version of libseccomp. However we first need to check and see if you are running an older version. To check please run sudo dpkg-query -W libseccomp.
24-
25-
```
26-
sudo dpkg-query -W libseccomp2
27-
```
28-
29-
If you are running a version less that 2.5 you will need to run the *upgrade script*.
30-
```
31-
wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master//tools/update_libseccomp2.sh | bash
32-
```
33-
34-
* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it.
35-
3622
### Reboot for changes to take effect
3723

3824
```

0 commit comments

Comments
 (0)