aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-07-17 09:50:30 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-07-17 09:50:30 +0200
commitfc57861d12fe50acd102fa363b91501f4dee49e7 (patch)
tree94ac25d247f459da365162522067035d4c987ec3
parent85748ed7ce419000db974863de326bf5c4a6e5ae (diff)
Fix missing oathtool
Fixes #14
-rwxr-xr-xshell_only.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh
index ae26e6d..827c68c 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -27,7 +27,8 @@ if command_exists apt; then
curl \
wget \
htop \
- tty-clock
+ tty-clock \
+ oathtool
else
echo "Your distro is not supported."
exit 1