From 7b78e6ffc1bbc31310037b6d572a1c988136bef9 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 23 Feb 2024 22:51:37 +0300 Subject: [PATCH] fix: Removed the extra 'Adding Users' section --- download.md | 3 ++- wiki/install/post.md | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) 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: ```