mirror of
https://github.com/lune-org/docs.git
synced 2025-04-10 13:30:53 +01:00
fix: updated apt section
This commit is contained in:
parent
73d761313d
commit
2b47d33ec8
2 changed files with 3285 additions and 14 deletions
|
@ -78,20 +78,13 @@ brew install lune --build-from-source
|
||||||
### APT
|
### APT
|
||||||
APT is a package manager for debian based distributions that uses dpkg to install packages.
|
APT is a package manager for debian based distributions that uses dpkg to install packages.
|
||||||
|
|
||||||
- Import the GPG signing keys:
|
Follow the instructions at the unnoficial [lune-packaging](https://github.com/CompeyDev/lune-packaging#apt) to install lune using APT.
|
||||||
```sh copy filename="Bash"
|
|
||||||
curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | gpg --import
|
<Callout type="warning" emoji="⚠️">
|
||||||
sudo sh -c "curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | sudo gpg --dearmor > /usr/share/keyrings/lune-archive-keyring.gpg"
|
The APT repo is entirely community maintained and is not endorsed by or affiliated with lune.
|
||||||
```
|
</Callout>
|
||||||
- Add the repository to `sources.list`:
|
|
||||||
```md copy filename="/etc/apt/sources.list"
|
|
||||||
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] https://repos.devcomp.xyz/ bookworm main
|
|
||||||
```
|
|
||||||
- Install the package:
|
|
||||||
```console copy filename="Bash"
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install lune
|
|
||||||
```
|
|
||||||
|
|
||||||
### AppImage
|
### AppImage
|
||||||
AppImages are platform independent sandboxed binaries that work out of the box. Go to the [GitHub Actions Page](https://github.com/CompeyDev/lune-packaging/actions/workflows/appimage.yaml), and download the artifact suitable for your architecture from the build artifacts.
|
AppImages are platform independent sandboxed binaries that work out of the box. Go to the [GitHub Actions Page](https://github.com/CompeyDev/lune-packaging/actions/workflows/appimage.yaml), and download the artifact suitable for your architecture from the build artifacts.
|
||||||
|
|
3278
pnpm-lock.yaml
generated
Normal file
3278
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue