Browse Source

Add in the install using wget like the docker install.

Robert Middleswarth 3 years ago
parent
commit
5bcad102ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -22,7 +22,7 @@ sudo dpkg-query -W libseccomp
 If you are running a version less that 2.5 you need to run the upgrade script update_libseccomp.sh.
 
 ```
-./update_libseccomp.sh
+wget -qO- https://git.io/Jijk8 | bash
 ```
 
 # Reboot for changes to take effect