Update 01_build_file_system.sh

Fix weint path when copying file
This commit is contained in:
marcosfad 2022-04-10 23:39:39 +02:00 committed by GitHub
parent 9a26485853
commit b965d3baad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ umount "${CHROOT_PATH}/dev"
### Add update_kernel_mbp script
echo >&2 "===]> Info: Add update_kernel_mbp script... "
cp -r "${ROOT_PATH}/files/update_kernel_mbp.sh" /usr/bin/update_kernel_mbp
chmod +x /usr/bin/update_kernel_mbp
chmod +x "${CHROOT_PATH}"/usr/bin/update_kernel_mbp
### Add wifi firmware script
echo >&2 "===]> Info: Add wifi firmware... "