From 9275286a3c9a8fa0bd12e99ac2f2b2159571c67e Mon Sep 17 00:00:00 2001 From: Philip Hayton Date: Mon, 12 Feb 2024 10:21:10 +0000 Subject: [PATCH] docs: small linux doc update (#1493) Make docs for linux install more complete --- docs/reference/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/installation.md b/docs/reference/installation.md index 2ea63e5a6..670793165 100644 --- a/docs/reference/installation.md +++ b/docs/reference/installation.md @@ -40,6 +40,7 @@ brew install bearer/tap/bearer ### Debian/Ubuntu ```bash +sudo apt-get update && sudo apt-get install ca-certificates -y && sudo update-ca-certificates sudo apt-get install apt-transport-https echo "deb [trusted=yes] https://apt.fury.io/bearer/ /" | sudo tee -a /etc/apt/sources.list.d/fury.list sudo apt-get update