updated to v31
This commit is contained in:
parent
e7afc83ef1
commit
e80020d343
2 changed files with 3 additions and 3 deletions
pacman-config
|
@ -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)
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue