Remove unnecessary script statement
This commit is contained in:
parent
7a882c0840
commit
0a4fc3fe8c
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
||||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
||||||
bootNum="$(efibootmgr | sed "/$BOOTLOADER_ID/{ s/^.*Boot\([[:digit:]]\+\)\*.*$/\1/; p; }; d")";
|
bootNum="$(efibootmgr | sed "/$BOOTLOADER_ID/{ s/^.*Boot\([[:digit:]]\+\)\*.*$/\1/; p; }; d")";
|
||||||
|
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
||||||
. "../../Software/yay/install.sh";
|
|
||||||
popd > /dev/null;
|
|
||||||
|
|
||||||
echo $EFI_BOOT_DIR;
|
echo $EFI_BOOT_DIR;
|
||||||
|
|
||||||
yay --noconfirm -Syu secureboot-grub;
|
yay --noconfirm -Syu secureboot-grub;
|
||||||
|
|
Loading…
Reference in a new issue