diff options
author | xengineering <me@xengineering.eu> | 2025-10-16 20:09:04 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-10-16 20:36:25 +0200 |
commit | 1d17177c3a694e7b252a858e3454c8e5ec07b249 (patch) | |
tree | 89d7a098e8e13d22282c152e05fbc7ce7a15cc3b /content/articles/arch-installation.md | |
parent | 4c5f4c37904dd81debf6fd5f95ae6c8b40ca9b6f (diff) | |
download | website-1d17177c3a694e7b252a858e3454c8e5ec07b249.tar website-1d17177c3a694e7b252a858e3454c8e5ec07b249.tar.zst website-1d17177c3a694e7b252a858e3454c8e5ec07b249.zip |
articles: arch-installation: Remove htop
This can be installed on demand. `top` is anyway available.
Diffstat (limited to 'content/articles/arch-installation.md')
-rw-r--r-- | content/articles/arch-installation.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md index 2acb81e..d7d8d45 100644 --- a/content/articles/arch-installation.md +++ b/content/articles/arch-installation.md @@ -132,7 +132,6 @@ pacstrap -K /mnt \ btrfs-progs \ iwd \ vi \ - htop \ openssh \ man-db \ man-pages \ |