|
@@ -17,12 +17,12 @@ wget -qO- https://git.io/JwUkc | bash
|
|
### Pi OS
|
|
### Pi OS
|
|
Currently Pi OS is running 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.
|
|
Currently Pi OS is running 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.
|
|
```
|
|
```
|
|
-sudo dpkg-query -W libseccomp
|
|
|
|
|
|
+sudo dpkg-query -W libseccomp2
|
|
```
|
|
```
|
|
If you are running a version less that 2.5 you will need to run the upgrade script.
|
|
If you are running a version less that 2.5 you will need to run the upgrade script.
|
|
|
|
|
|
```
|
|
```
|
|
-wget -qO- https://git.io/Jijk8 | bash
|
|
|
|
|
|
+wget -qO- https://git.io/JPsSb | bash
|
|
```
|
|
```
|
|
|
|
|
|
### Reboot for changes to take effect
|
|
### Reboot for changes to take effect
|