From 8c9840dfdce2a364622d349965dc4e01d099a154 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 11:24:53 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 2f3f171..59d0d89 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1094,7 +1094,7 @@ copyOEM() { error "failed to locate 'sources' folder in ISO image!" && return 1 fi - local dest="$src/\$OEM\$/\$1/OEM" + local dest="$src/\$OEM\$/\$1/" mkdir -p "$dest" if ! cp -r "$folder" "$dest"; then