diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-05 17:22:28 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-05 17:22:28 +0100 |
commit | 0184701c8524546f5e89226694d762d26fa7c81b (patch) | |
tree | 234f55049675f63e50d17a095567af376d3a1654 /shell_only.sh | |
parent | 6ef5d9984e55396e77384514e661e828ea69c5f1 (diff) |
arch: install insect; debian: stick with bc and units for now
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell_only.sh b/shell_only.sh index 74222dd..84724f3 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -57,8 +57,6 @@ if command_exists pacman; then figlet \ curl \ wget \ - bc \ - units \ tmux \ vim \ neofetch \ @@ -74,7 +72,7 @@ if command_exists pacman; then Sudo = $(which ${SUDO}) EOT - paru -S --noconfirm c-lolcat tty-clock-git + paru -S --noconfirm c-lolcat tty-clock-git insect elif command_exists apt; then ${SUDO} apt update ${SUDO} apt install -y \ |