diff --git a/download.md b/download.md index 3418317..6597d05 100644 --- a/download.md +++ b/download.md @@ -1,4 +1,5 @@ -For installation instructions, please [see the wiki](/wiki). +For installation instructions, please [see the wiki](/wiki). You can +download the older versions from the [directory listing](https://rel.matterlinux.xyz/24/) Signatures can be verified using `gpg`. To do so, download the maintainer's key: ``` diff --git a/wiki/install/post.md b/wiki/install/post.md index bff67b4..fb2b1e0 100644 --- a/wiki/install/post.md +++ b/wiki/install/post.md @@ -6,12 +6,6 @@ To make your system more usable, you may want to install and configure extra pac > missing packages that some users may consider essential, such as a desktop environment. > If you want more packages, consider [contributing](/wiki/contribute). -## Adding New Users -You can add new users using the `useradd` command, for example: -``` -# useradd -m ngn -``` - ## Installing OpenSSH For remote access to your system, you can install OpenSSH server: ```