@@ -63,6 +63,23 @@ This will install the Eask CLI:
6363$ sudo port install eask-cli
6464```
6565
66+ ### 📦 Debian (Linux)
67+
68+ Derivatives of the [ Debian] [ ] distribution of Linux
69+ include [ elementary OS] [ ] , [ KDE neon] [ ] , [ Linux Lite] [ ] , [ Linux Mint] [ ] ,
70+ [ MX Linux] [ ] , [ Pop!_ OS] [ ] , [ Ubuntu] [ ] , [ Zorin OS] [ ] , and others.
71+
72+ ``` sh
73+ $ sudo curl -SsL -o /etc/apt/trusted.gpg.d/easksource.gpg https://raw.githubusercontent.com/emacs-eask/packaging/master/debian/KEY.gpg
74+ $ sudo curl -SsL -o /etc/apt/sources.list.d/easksource.list https://raw.githubusercontent.com/emacs-eask/packaging/master/debian/easksource.list
75+ $ sudo apt update --allow-insecure-repositories
76+ $ sudo apt install eask-cli --allow-unauthenticated
77+ ```
78+
79+ You can also download Debian packages from the
80+ [ packaging] ( https://github.com/emacs-eask/packaging/tree/master/debian )
81+ repo.
82+
6683### 📦 Snap (Linux)
6784
6885[ Snap] ( https://snapcraft.io/ ) is a free and open source package manager for Linux.
@@ -140,3 +157,13 @@ the current eask's version number! 🎉 🎊
140157[ Git ] : https://git-scm.com/
141158[ Node.js ] : https://nodejs.org/en/
142159[ npm ] : https://www.npmjs.com/
160+
161+ [ Debian ] : https://www.debian.org/
162+ [ elementary OS ] : https://elementary.io/
163+ [ KDE neon ] : https://neon.kde.org/
164+ [ Linux Lite ] : https://www.linuxliteos.com/
165+ [ Linux Mint ] : https://linuxmint.com/
166+ [ MX Linux ] : https://mxlinux.org/
167+ [ Pop!_OS ] : https://pop.system76.com/
168+ [ Ubuntu ] : https://ubuntu.com/
169+ [ Zorin OS ] : https://zorin.com/os/
0 commit comments