diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 17:54:12 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 17:54:12 +0200 |
commit | 7945c5367537d83aa1a7270cca24964244dbf8e4 (patch) | |
tree | 1bf94ad3fdbb403d73e7f56784ad467374df4168 | |
parent | 63b026a28fb7ad342b90f88eab6015f38898069f (diff) |
Don't install oathtool
-rwxr-xr-x | shell_only.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh index 8b72077..9e01086 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -55,7 +55,6 @@ if command_exists pacman; then curl \ wget \ htop \ - oath-toolkit \ bc \ units \ tmux \ @@ -80,7 +79,6 @@ elif command_exists apt; then wget \ htop \ tty-clock \ - oathtool \ bc \ units \ tmux \ |