Update install.sh

This commit is contained in:
Kroese 2024-04-28 11:24:53 +02:00 committed by GitHub
parent fc83e5aed6
commit 8c9840dfdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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