From d518e0e545cf68c4b34af0ba23cc981f6a04072d Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 23 Sep 2021 20:56:03 +0200 Subject: [PATCH] update de-p1st-installer example configuration --- pkg/de-p1st-installer/PKGBUILD | 2 +- pkg/de-p1st-installer/example-vbox.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index ffae1be..836a1da 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.21 +pkgver=0.1.22 pkgrel=1 pkgdesc="Bash script to install Arch Linux" arch=('any') diff --git a/pkg/de-p1st-installer/example-vbox.cfg b/pkg/de-p1st-installer/example-vbox.cfg index c5ee62f..36fd2d2 100644 --- a/pkg/de-p1st-installer/example-vbox.cfg +++ b/pkg/de-p1st-installer/example-vbox.cfg @@ -41,6 +41,8 @@ ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' ADDITIONAL_PKGS+=('virtualbox-guest-utils') # XFCE4 desktop with HiDPI ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-tablet') +# To be able to install ungoogled-chromium +ADDITIONAL_PKGS+=('de-p1st-pacman-repo-chromium') # If your network is unsafe, e.g. if you live in Germany, then include a VPN client ADDITIONAL_PKGS+=('riseup-vpn')