diff options
author | xengineering <me@xengineering.eu> | 2023-02-16 18:11:54 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-16 18:11:54 +0100 |
commit | 8e8ca294ae8cb9c22c2362d8b0ee4a20f936ded5 (patch) | |
tree | 37dc233556f4b7caf49abc140a61f6d90c7e43dc | |
parent | 6de1d91615c01799145a76c5394b0508d6067659 (diff) | |
download | website-8e8ca294ae8cb9c22c2362d8b0ee4a20f936ded5.tar website-8e8ca294ae8cb9c22c2362d8b0ee4a20f936ded5.tar.zst website-8e8ca294ae8cb9c22c2362d8b0ee4a20f936ded5.zip |
Remove manual for dealing with CLI interface
This fits not into this section. If mentioned at all it should get its
own section. But after all it is quite obvious.
-rw-r--r-- | content/articles/pacman-essentials.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/articles/pacman-essentials.md b/content/articles/pacman-essentials.md index 885cb1c..f5a07b7 100644 --- a/content/articles/pacman-essentials.md +++ b/content/articles/pacman-essentials.md @@ -21,10 +21,6 @@ This includes the operating system aswell as applications: sudo pacman -Syu ``` -It runs interactively which means that questions should be answered by the user -with pressing `y` or `n` followed by the `Enter` key. The default option (the -bigger letter in `[Y/n]` or `[y/N]`) is a good option in most cases. - If this fails because of errors related to signing keys and GPG it can be fixed by running this command: |