File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ $ sudo apt install pipx
3939$ pipx install gallia
4040```
4141
42+ ### Debian Package
43+
44+ The goal is to bring gallia into the Debian package repository.
45+ The package scripts are available on [ salsa.debian.org] ( https://salsa.debian.org/rumpelsepp/gallia ) .
46+ The [ Github Releases] ( https://github.com/Fraunhofer-AISEC/gallia/releases ) starting with version v2.0.0a4 contain a Debian package.
47+
48+ ``` shell-session
49+ $ wcurl URL_FROM_RELEASE_PAGE
50+ $ sudo apt install ./gallia_VERSION_all.deb
51+ ```
52+
4253### NixOS
4354
4455``` shell-session
@@ -109,6 +120,9 @@ $ uv run gallia
109120If you want to develop gallia and plugins at the same time, then you need to add ` gallia ` as a dependency to your plugin package.
110121
111122### Shell Completion
123+
124+ If you are using a distribution package, setting up shell completions is already addressed.
125+
112126#### bash
113127
114128``` shell-session
You can’t perform that action at this time.
0 commit comments