Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgayon authored Oct 4, 2024
1 parent 4a2f5fe commit 9b2af4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sudo apt-get install linux-image-extra-$(uname -r)

Make sure the following is installed:
```
sudo apt install dh-python flex byacc quilt
sudo apt install dh-python flex byacc quilt python3-all-dev libdistro-info-perl
```

For the GPG signing part, running over SSH with a gpg-agent running might
Expand Down Expand Up @@ -234,7 +234,7 @@ release.
Start the build:

```
PYTHONPATH=. python3 tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions focal,jammy,kinetic
PYTHONPATH=. python3 tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions focal,jammy,noble
```

Then upload the packages to the PPA:
Expand Down

0 comments on commit 9b2af4c

Please sign in to comment.