Update installation instructions for debian (#1373)

This commit is contained in:
Batuhan Taskaya 2022-05-05 18:40:52 +03:00 committed by GitHub
parent f7c1bb269e
commit 7a4fb5d966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,8 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee
```bash ```bash
# Install httpie # Install httpie
$ 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 $ apt update
$ apt install httpie $ apt install httpie
``` ```

View File

@ -36,6 +36,8 @@ tools:
package: https://packages.debian.org/sid/web/httpie package: https://packages.debian.org/sid/web/httpie
commands: commands:
install: install:
- 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 - apt update
- apt install httpie - apt install httpie
upgrade: upgrade: