From fefbb3093b76b99466301594452d5ac374326353 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 13 Oct 2025 13:42:53 -0700 Subject: [PATCH] :memo: Made note of installing android-tools --- updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.txt b/updates.txt index 14a163ae..1f93a38f 100755 --- a/updates.txt +++ b/updates.txt @@ -965,3 +965,7 @@ Uninstall shell check and haskell modules: doas pacman -Rs shellcheck $(pacq | grep haskell | awk '${print $1}' | tr '\n' ' ') Install shellcheck-bin and corrresponding man pages from AUR: paru shellcheck-bin (choose both 1 and 2) + +10/13/2025 +Install android-tools (android developer tools, will be useful if fdroid ever goes down...) +doas pacman -S android-tools