From ca729bbab93e9a5e9121c9d2da781a72a57d794b Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:24:51 +0000 Subject: [PATCH] remove quotes --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e8511e4..04e3d07 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ -arch = "x86_64" -version = "39" +arch = x86_64 +version = 39 base_dir = $(shell pwd) -image_repo = "ghcr.io/ublue-os" -image_name = "base-main" -subdir = "lorax_templates xorriso" +image_repo = ghcr.io/ublue-os +image_name = base-main deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version) xorriso -dialog on < xorriso/input.txt