Commit 7570cdea authored by Ophélie Gagnard's avatar Ophélie Gagnard

Add efitools to the packages install.sh installs.

parent 4cc9fa60
......@@ -2,7 +2,10 @@
set -eux
# installing miscellaneous useful packages
apt -y install make autopoint autoconf libtool libattr1.dev musl-tools sbsigntool
# installing more necessary packages to activate Secure Boot with our own keys
apt -y install efitools
## Install dracut
if ! which dracut ; then
......
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