1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-04-02 09:25:00 -04:00
parent e6c67f7303
commit 69619808f6
4 changed files with 32 additions and 32 deletions

View file

@ -20,6 +20,6 @@ clean:
sudo rmdir /mnt/install /mnt/iso
install-deps:
$(install_pkg) isomd5sum coreutils squashfs-tools
$(install_pkg) isomd5sum coreutils squashfs-tools curl
.PHONY: all $(ISO_TESTS) clean