diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-11-06 22:36:49 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-11-06 22:36:49 +0100 |
commit | ff6a7fbaf149ae0ece09f86630ee9ed9429040f4 (patch) | |
tree | f0720c69ad80ebea24142f50da6c68d44ea45ef4 /build.sh | |
parent | c0ae2315903cad4a81521bcf17724dd3d04c3b44 (diff) | |
download | aurbuilder-ff6a7fbaf149ae0ece09f86630ee9ed9429040f4.tar.gz |
asdf
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/bash docker pull archlinux:base-devel +#docker build --no-cache -t archpkg . docker build -t archpkg . |