Hello, is there an eta of when ye will publishing ...
# general
a
Hello, is there an eta of when ye will publishing the ubuntu 18- bionic packages. I am running into same issue as https://github.com/osquery/osquery/issues/2246 in bionic.
👍 1
t
Version 4.0.2 is available for everything that uses `.deb`s.
Copy code
export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B
sudo apt-key adv --keyserver <http://keyserver.ubuntu.com|keyserver.ubuntu.com> --recv-keys $OSQUERY_KEY
sudo add-apt-repository 'deb [arch=amd64] <https://pkg.osquery.io/deb> deb main'
sudo apt-get update
sudo apt-get install osquery