Skip to content

Commit

Permalink
prepare-for-packaging.md: Remove curl
Browse files Browse the repository at this point in the history
curl is part of system.base
  • Loading branch information
davidjharder authored Feb 4, 2024
1 parent 360d045 commit 1e255f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Matrix=@username:matrix.org

We need to install a few things in order to get started with packaging:

- `curl` is used by our optional Helper Functions
- `go-task` is used by our build tools for scripting
- `git` is used for version control of the solus sources
- `github-cli` is used to make working with GitHub easier
Expand All @@ -42,7 +41,7 @@ We need to install a few things in order to get started with packaging:
- `ypkg` is the program that actually builds packages

```bash
sudo eopkg it curl go-task git github-cli jq solbuild solbuild-config-unstable ypkg
sudo eopkg it go-task git github-cli jq solbuild solbuild-config-unstable ypkg
```

## Setting up a GitHub account
Expand Down

0 comments on commit 1e255f9

Please sign in to comment.