repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2654 from Antiklesys/master
[RRG-proxmark3.git]
/
docker
/
build-all.sh
blob
ed56a0972697b9b01c195705147ab5fd7d15e973
1
#!/bin/bash
2
3
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
4
(
cd
$os
&&
.
/
docker_build.sh
)
5
done