genericize apt install instuctions for copy paste, using VERSION_CODENAME from os-release

This commit is contained in:
Samveen 2023-09-03 12:46:23 +05:30
parent 1a61e1eea5
commit b0807f8c6b
No known key found for this signature in database
GPG Key ID: 5B17F3D06B420F2D
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ _____
6. [Uninstallation](#uninstallation-)
## Installation
### Via APT (recommended)
### Via APT (recommended) (genericized)
```bash
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ bookworm main" | sudo tee /etc/apt/sources.list.d/azlux.list
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ $(bash -c '. /etc/os-release; echo ${VERSION_CODENAME}') main" | sudo tee /etc/apt/sources.list.d/azlux.list
sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg
sudo apt update
sudo apt install log2ram