Skip to content

Commit cd714a6

Browse files
committed
docs(Install): Add Debian install
1 parent a729ae7 commit cd714a6

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

docs/content/en/Getting-Started/Install-Eask.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/

docs/content/zh-TW/Getting-Started/Install-Eask.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,23 @@ $ brew install eask-cli
5959
$ sudo port install eask-cli
6060
```
6161

62+
### 📦 Debian (Linux)
63+
64+
Linux [Debian][] 發行版的衍生版本包括 [elementary OS][][KDE neon][]
65+
[Linux Lite][][Linux Mint][][MX Linux][][Pop!_OS][][Ubuntu][]
66+
[Zorin OS][] 等。
67+
68+
```sh
69+
$ sudo curl -SsL -o /etc/apt/trusted.gpg.d/easksource.gpg https://raw.githubusercontent.com/emacs-eask/packaging/master/debian/KEY.gpg
70+
$ sudo curl -SsL -o /etc/apt/sources.list.d/easksource.list https://raw.githubusercontent.com/emacs-eask/packaging/master/debian/easksource.list
71+
$ sudo apt update --allow-insecure-repositories
72+
$ sudo apt install eask-cli --allow-unauthenticated
73+
```
74+
75+
您也可以直接從
76+
[packaging](https://github.com/emacs-eask/packaging/tree/master/debian)
77+
代碼庫下載 Debian 軟體包。
78+
6279
### 📦 Snap (Linux)
6380

6481
[Snap](https://snapcraft.io/) 是一款適用於 Linux 的免費開源套件管理器。
@@ -132,3 +149,13 @@ set PATH=%PATH%;c:/path/to/eask/bin
132149
[Git]: https://git-scm.com/
133150
[Node.js]: https://nodejs.org/en/
134151
[npm]: https://www.npmjs.com/
152+
153+
[Debian]: https://www.debian.org/
154+
[elementary OS]: https://elementary.io/
155+
[KDE neon]: https://neon.kde.org/
156+
[Linux Lite]: https://www.linuxliteos.com/
157+
[Linux Mint]: https://linuxmint.com/
158+
[MX Linux]: https://mxlinux.org/
159+
[Pop!_OS]: https://pop.system76.com/
160+
[Ubuntu]: https://ubuntu.com/
161+
[Zorin OS]: https://zorin.com/os/

0 commit comments

Comments
 (0)