Commit fe01f196 authored by Ophélie Gagnard's avatar Ophélie Gagnard

uefi-keys/: Make the scripts repertory-aware (about their location in the project tree).

parent 8df7a344
#!/bin/bash
set -e
# get the root of the git repository (requires git to be installed)
GIT_ROOT=`git rev-parse --show-toplevel`
cd ${GIT_ROOT}/uefi-keys/
# generate efi certificates
apt -y install sbsigntool efitools python3
......
......@@ -14,7 +14,8 @@ set -e
# get the root of the git repository (requires git to be installed)
GIT_ROOT=`git rev-parse --show-toplevel`
cd $GIT_ROOT/installation/
cd ${GIT_ROOT}/uefi-keys/
cd ${GIT_ROOT}/installation/
# define useful variables
source env.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment