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
pacman-config
PKGBUILD
parch-pacman/etc/pacman.d/hooks

View file

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

View file

@ -4,7 +4,7 @@
if [[ -d "/sys/firmware/efi" ]]; then
# UEFI mode detected
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
# Legacy (BIOS) mode detected
echo "Legacy (BIOS) system detected. Reinstalling GRUB for BIOS..."