From 5f280a1a5945462d14b59cb940cec6572c6f3e82 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Mon, 24 May 2021 18:05:04 +0200 Subject: [PATCH] minor --- pkg/de-p1st-installer/PKGBUILD | 2 +- pkg/de-p1st-installer/installer.cfg | 4 ++-- pkg/de-p1st-xfce4/PKGBUILD | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index 79d2ed4..9a9d683 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="Bash script to install Arch Linux" arch=('any') diff --git a/pkg/de-p1st-installer/installer.cfg b/pkg/de-p1st-installer/installer.cfg index 9fca5ce..a7b52fb 100644 --- a/pkg/de-p1st-installer/installer.cfg +++ b/pkg/de-p1st-installer/installer.cfg @@ -38,6 +38,6 @@ PACSTRAP_INTERACTIVE=1 # pacstrap will still ask for an provider for initramfs # except if we explicitly add mkinitcpio here ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'virtualbox-guest-utils') - +# # XFCE4 desktop with HiDPI -ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi') +ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-autologin-yoda' 'de-p1st-sddm-theme-default') diff --git a/pkg/de-p1st-xfce4/PKGBUILD b/pkg/de-p1st-xfce4/PKGBUILD index ce17de2..75cf43e 100644 --- a/pkg/de-p1st-xfce4/PKGBUILD +++ b/pkg/de-p1st-xfce4/PKGBUILD @@ -82,7 +82,7 @@ package() { # config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-panel.xml # config/xfce4/panel/launcher-8/16218680691.desktop # - mkdir -p "$pkgdir"/etc/skel/ + mkdir -p "$pkgdir"/etc/skel/ cp -ra config "$pkgdir"/etc/skel/.config # === display manager ===