diff options
author | EuAndreh <eu@euandre.org> | 2021-02-14 02:51:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-14 02:51:49 -0300 |
commit | fad7ec64a444298543500f30540b6092d66b3a86 (patch) | |
tree | 1181aaf4e2c98b9bb135a0158bffb356f15f6d89 | |
parent | TODOs.md: Mark Guix and NixOS as done (diff) | |
download | package-repository-fad7ec64a444298543500f30540b6092d66b3a86.tar.gz package-repository-fad7ec64a444298543500f30540b6092d66b3a86.tar.xz |
README.md: Add commented Debian section
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,6 +42,15 @@ Adding the overlay to your `/etc/nixos/configuration.nix`: }; ``` +<!-- +### Debian + +```shell +$ wget -O- https://package-repository.euandreh.xyz/EuAndreh.key | sudo apt-key add - +$ sudo apt-add-repository 'deb https://package-repository.euandreh.xyz/debian/ stable main' +``` +--> + ## LICENSE Packaging code licensed under AGPLv3+. |