diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-07-17 09:50:30 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-07-17 09:50:30 +0200 |
commit | fc57861d12fe50acd102fa363b91501f4dee49e7 (patch) | |
tree | 94ac25d247f459da365162522067035d4c987ec3 | |
parent | 85748ed7ce419000db974863de326bf5c4a6e5ae (diff) |
Fix missing oathtool
Fixes #14
-rwxr-xr-x | shell_only.sh | 3 |
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 |