mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix dependencies path and issues with secure boot key (#100)
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
parent
b669420287
commit
02c3b10f56
6 changed files with 7 additions and 3 deletions
|
|
@ -34,9 +34,9 @@ then
|
|||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if [ -f $(pwd)/sb_pubkey.der ]
|
||||
if [ -f "${PWD}/../sb_pubkey.der" ]
|
||||
then
|
||||
echo "-map $(pwd)/../sb_pubkey.der sb_pubkey.der"
|
||||
echo "-map ${PWD}/../sb_pubkey.der sb_pubkey.der"
|
||||
echo "-chmod 0444 /sb_pubkey.der"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue