proxmark3/docker/build-all.sh

6 lines
212 B
Bash
Raw Normal View History

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