diff options
Diffstat (limited to 'Fedora-efi-systemd.sh')
-rwxr-xr-x | Fedora-efi-systemd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Fedora-efi-systemd.sh b/Fedora-efi-systemd.sh index c48375c..828eba8 100755 --- a/Fedora-efi-systemd.sh +++ b/Fedora-efi-systemd.sh @@ -2,7 +2,7 @@ vers="${1-25}" name="fedora-${vers}-efi-systemd" -repo="repos/fedora-${vers}.repo" +repo="repos/fedora-${vers}-$(sh basearch.sh).repo" rpms="efibootmgr -grubby -dracut-config-rescue dracut-config-generic" arch="$(uname -m)" |