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