From 1cb515fe2d1766beedc06c00591256f9e7a38ea5 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 3 May 2022 03:36:16 -0700 Subject: [PATCH] made a note to install dictd --- updates.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/updates.txt b/updates.txt index 9c80b131..63dc6b48 100644 --- a/updates.txt +++ b/updates.txt @@ -10,10 +10,6 @@ replace every newline with a single space: tr '\n' ' ' add notation about using find to list only files in current directory and NOT subdirectory: find $dir -maxdepth 1 -type f -Install yq (similar to jq, but for yaml) +Install a dictionary (dictd): -doas pacman -S yq - -Install gnome-keyring (per issue on Artix forums) - -doas pacman -S gnome-keyring +doas pacman -S dictd