From 5dc30bc4385e03ce031696aa2d4e4d61ee5bab1e Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 22 May 2023 18:44:07 +0200 Subject: [PATCH] Ensure `sudo` for `apt` --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 8b075e8a..44b0c0a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -162,6 +162,7 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee ```bash # Install httpie +$ sudo -i $ curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add - $ curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list $ apt update