Skip to content

Commit

Permalink
docs: update deb package status in installation-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit authored Nov 8, 2024
1 parent 6a4c405 commit ebec92d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs_src/tutorials/installation-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ To quickly run scaphandre in your terminal you may use [docker](https://www.dock
docker run -v /sys/class/powercap:/sys/class/powercap -v /proc:/proc -ti hubblo/scaphandre stdout -t 15

## Debian/Ubuntu
On Debian or Ubuntu, you can use the available `.deb` [package for Debian Bullseye](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb11_amd64.deb) or the [package for Debian Bookworm](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb12_amd64.deb).

Since Debian Sid, Scaphandre is available as an official package, try:

sudo apt install scaphandre

If not (yet) in your official packages repositories, on Debian or Ubuntu, you can directly use the available `.deb` [package for Debian Bullseye](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb11_amd64.deb) or the [package for Debian Bookworm](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb12_amd64.deb).

# For Debian Bookworm
VERSION="1.0.0" ARCH="amd64" DIST="deb12" && \
Expand Down

0 comments on commit ebec92d

Please sign in to comment.