diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-01 23:21:22 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-01 23:21:22 +0200 |
commit | f15b5c96b38b6dc2877aceeaf93c208f7052d535 (patch) | |
tree | 7795789561c82a2ff6871a38cfb96ea6efb974b0 /shell_only.sh | |
parent | 5ebb1b1f4a62ac2140d07cadf1da55fb9acc00dd (diff) |
remove broken aclocal from pacman installation list
already part of automake
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh index fbf2fe1..629a570 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -71,8 +71,7 @@ if command_exists pacman; then make \ automake \ autoconf \ - m4 \ - aclocal + m4 cargo install paru |