mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
stegdetect doesn't build on archlinux, the install-root script will always fail...
This commit is contained in:
parent
88f6e7c868
commit
701b8bffb4
1 changed files with 7 additions and 0 deletions
7
stegdetect/install-root-archlinux
Executable file
7
stegdetect/install-root-archlinux
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
echo "ERROR: archlinux has no aclocal-1.4. only $(aclocal --version | head -n 1)"
|
||||
exit 1
|
||||
|
||||
pacman -Syu --noconfirm --needed automake
|
Loading…
Reference in a new issue