diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-06 16:02:50 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-06 16:02:59 +0200 |
commit | 7dabad8c7f6568b1b9f8246680479bc93efecb2a (patch) | |
tree | ff5f0fe2aa0671d63c53fd5edeee9aced0e78883 | |
parent | 6fef5cbc8e4a0a3b2617ef0ea5812f3956c1da16 (diff) |
install efistub-standalone package from new build path
-rwxr-xr-x | mkcryptuefi | 2 | ||||
-rwxr-xr-x | mkuefi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mkcryptuefi b/mkcryptuefi index 2756b6f..dfe8bc5 100755 --- a/mkcryptuefi +++ b/mkcryptuefi @@ -50,7 +50,7 @@ mkdir -p /boot/efi/EFI/artix useradd -m aur (cd /home/aur && git clone https://aur.archlinux.org/efistub-standalone.git) (cd /home/aur/efistub-standalone && su aur -l -c 'makepkg -rc') -pacman -U /tmp/efistub-standalone/efistub-standalone-*.pkg.tar.zst +pacman -U /home/aur/efistub-standalone/efistub-standalone-*.pkg.tar.zst userdel -r aur mkinitcpio -p linux-hardened @@ -47,7 +47,7 @@ mkdir -p /boot/efi/EFI/artix useradd -m aur (cd /home/aur && git clone https://aur.archlinux.org/efistub-standalone.git) (cd /home/aur/efistub-standalone && su aur -l -c 'makepkg -rc') -pacman -U /tmp/efistub-standalone/efistub-standalone-*.pkg.tar.zst +pacman -U /home/aur/efistub-standalone/efistub-standalone-*.pkg.tar.zst userdel -r aur mkinitcpio -p linux |