updated to v31

This commit is contained in:
Sohrab Behdani 2025-03-25 18:44:34 +03:30
parent e7afc83ef1
commit e80020d343
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Parchlinux # Maintainer: Parchlinux
pkgname=parch-pacman pkgname=parch-pacman
destname="/" destname="/"
pkgver=29 pkgver=31
pkgrel=0 pkgrel=0
pkgdesc="parchlinux custom pacman config" pkgdesc="parchlinux custom pacman config"
arch=('any') arch=('any')
@ -9,7 +9,7 @@ url="https://github.com/parchlinux"
license=('GPL3') license=('GPL3')
makedepends=() makedepends=()
install="parch.install" install="parch.install"
depends=() depends=('parchlinux-keyring')
conflicts=() conflicts=()
provides=("${pkgname}") provides=("${pkgname}")
options=(!strip !emptydirs) options=(!strip !emptydirs)

View file

@ -4,7 +4,7 @@
if [[ -d "/sys/firmware/efi" ]]; then if [[ -d "/sys/firmware/efi" ]]; then
# UEFI mode detected # UEFI mode detected
echo "UEFI system detected. Reinstalling GRUB for UEFI..." echo "UEFI system detected. Reinstalling GRUB for UEFI..."
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Parch grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Parch
else else
# Legacy (BIOS) mode detected # Legacy (BIOS) mode detected
echo "Legacy (BIOS) system detected. Reinstalling GRUB for BIOS..." echo "Legacy (BIOS) system detected. Reinstalling GRUB for BIOS..."