Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before attempting to compile and show the website locally, please ensure that:
- `pnpm` is available and in your path
- with NodeJS installed, you can run the following from your ${HOME} directory:
```
npm install pnpm@latest-10
npm install pnpm@latest-11
```
- Make sure you add `${HOME}/node_modules/.bin` to your shell ${PATH}
- With the above prerequisites satisfied, clone the present repo and cd into the root of it.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"js-yaml": "^4.1.0",
"pnpm": "^10.33.0",
"pnpm": "^11.5.3",
"preline": "^2.7.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/content/edition/gnome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import { Aside } from '@astrojs/starlight/components';

AerynOS with [GNOME Desktop](https://www.gnome.org/). Solid GTK integration in a clean, functional package that gets out of your way. We built this to actually work - no bloat, no buzzwords, just a damn good desktop that lets you get things done.

We use this Gnome Edition to serve as a vehicle for our `lichen` live installer which is able to install all of our GNOME, KDE Plasma, Cosmic and a 'Terminal Only' versions of AerynOS. It will always pull the latest packages from our repository at the time of installation.
We use this Gnome Edition to serve as a vehicle for our alpha `lichen` live installer which is able to install all of our GNOME, KDE Plasma, Cosmic and a 'Terminal Only' versions of AerynOS. It will always pull the latest packages from our repository at the time of installation.

You can use the 'Terminal Only' version to assemble your own Desktop Experience with MangoWC, Niri or Sway.

<Aside type="tip">***Ventoy*** is currently [not compatible with AerynOS](https://github.com/ventoy/Ventoy/issues/3550). Use tools such as Etcher or `dd` with a separate USB stick instead.</Aside>

<Aside type="caution">Our alpha `lichen` installer intentionally does not support dual boot scenarios at this stage. To install AerynOS, your PC needs to be `x86_64-v2` capable (Intel 1st gen Core/AMD FX-4/6/8xxx and up), have working UEFI firmware, and have an entire disk reserved for AerynOS.</Aside>