diff options
Diffstat (limited to 'shell_only.sh')
-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 |