mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
5 lines
209 B
Bash
Executable file
5 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
|