mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 11:59:50 -08:00
6 lines
209 B
Bash
Executable File
6 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for os in archlinux debian-12-bookworm fedora-36 fedora-37 homebrew kali opensuse-leap opensuse-tumbleweed parrot-core-latest ubuntu-20.04 ubuntu-22.04; do
|
|
( cd $os && ./docker_build.sh )
|
|
done
|