aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-03-12 08:46:52 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-03-12 08:46:52 +0300
commitffd005c1fca44efd49bc1b23287d16b73a5b9cc7 (patch)
tree5995a911921e2453327350e09d8a23a0e03a2fbe
parent0e3f3e65419ac1a13ac49b072fcf6360117630d9 (diff)
bot: Remove tr dependency
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
-rw-r--r--README.md1
-rwxr-xr-xbot.zsh1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3f00f4..096c9c5 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,6 @@ For distribution specific installation commands follow [command-not-found](https
* sleep
* tail
* tar
-* tr
* wc
## Deployment
diff --git a/bot.zsh b/bot.zsh
index 55bae70..d2b9155 100755
--- a/bot.zsh
+++ b/bot.zsh
@@ -72,7 +72,6 @@ busybox=(
sleep
tail
tar
- tr
wc
)