mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 17:16:30 +02:00
Ensure sudo
for apt
This commit is contained in:
parent
442aa673ac
commit
5dc30bc438
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user