mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-05 20:41:34 -07:00
5 lines
270 B
Bash
Executable file
5 lines
270 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for os in archlinux debian-12-bookworm debian-12-bookworm-arm64 debian-12-bookworm-armhf debian-13-trixie fedora-36 fedora-37 homebrew kali opensuse-leap opensuse-tumbleweed parrot-core-latest ubuntu-20.04 ubuntu-22.04; do
|
|
( cd $os && ../build.sh )
|
|
done
|