From c2be75f4823e246166c6ca3f49edf8a7cf22a7b4 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 22 Sep 2022 04:34:48 +0000 Subject: [PATCH] Build App list and docs --- docs/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 19b82e2..2e536fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,27 +21,28 @@ wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_d ### Pi OS Buster 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. -```sh +``` sudo dpkg-query -W libseccomp2 ``` If you are running a version less that 2.5 you will need to run the *upgrade script*. +``` wget -qO- https://raw.githubusercontent.com/novaspirit/pi-hosted/master/tools/update_libseccomp2.sh | bash -```sh ``` * The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it. ### Reboot for changes to take effect -```sh +``` sudo reboot ``` After a reboot, run `install-portainer.sh`, to install Portainer.io +``` wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_portainer.sh | bash -# to update portainer, run this command +# to update portainer, run this command instead wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/update_portainer.sh | bash ``` @@ -52,7 +53,7 @@ You're done! Now just click App Templates and deploy applications! #### Portainer Architecture | Architecture | Tested OS's | URL | -|--------------|-------------|-----| +| ------------ | ----------- | --- | | Arm32 | Pi OS, DietPi | https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm32.json | | Arm64 | Pi OS, Ubuntu, DietPi | https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm64.json | | Amd64 | Ubuntu, Debian | https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-amd64.json |