proxmark3/docker/build-all.sh

6 lines
217 B
Bash
Raw Normal View History

2021-05-23 02:13:18 +02:00
#!/bin/bash
2021-12-15 01:42:01 +01:00
for os in archlinux debian-buster fedora-34 fedora-35 homebrew kali opensuse-leap opensuse-tumbleweed parrot-core-latest ubuntu-18.04 ubuntu-20.04 ubuntu-21.04; do
2021-05-23 02:13:18 +02:00
( cd $os && ./docker_build.sh )
done