1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

no errors

This commit is contained in:
Jason N. 2024-02-14 21:02:04 +00:00
parent 34b348cd62
commit d79d572968

View file

@ -50,9 +50,9 @@ xorriso/%.sh: xorriso/%.sh.in
clean:
rm -f boot.iso
rm -f deploy.iso
rm -Rf $(image_name)-$(version)
rm lorax_templates/*.tmpl
rm xorriso/input.txt
rm xorriso/*.sh
rm -f boot.iso || true
rm -f deploy.iso || true
rm -Rf $(image_name)-$(version) || true
rm lorax_templates/*.tmpl || true
rm xorriso/input.txt || true
rm xorriso/*.sh || true