This commit is contained in:
Daniel Langbein 2021-05-05 12:17:27 +02:00
parent 1e84c4c30f
commit a50732fdfe
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname=installer _pkgname=installer
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.5 pkgver=0.0.6
pkgrel=1 pkgrel=1
pkgdesc="Bash script to install Arch Linux" pkgdesc="Bash script to install Arch Linux"
arch=('any') arch=('any')

View File

@ -29,5 +29,5 @@ LEAVE_MOUNTED=1
PACSTRAP_INTERACTIVE=1 PACSTRAP_INTERACTIVE=1
# Additional pacman packages, e.g. to specify the preferred providers and avoid questions during pacstrap # Additional pacman packages, e.g. to specify the preferred providers and avoid questions during pacstrap
ADDITIONAL_PKGS=('initramfs' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder') ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder')
# TODO: add initramfs to depends of base-efi? # TODO: add initramfs to depends of base-efi?