From 0c212b54d60359ad78c8617f6f24f8c965294e9b Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 25 Sep 2024 03:13:06 -0400 Subject: [PATCH] Specify "doas" for calling pacman from makepkg --- config-files/makepkg.conf | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/makepkg.conf b/config-files/makepkg.conf index 471edc3..3bda64b 100644 --- a/config-files/makepkg.conf +++ b/config-files/makepkg.conf @@ -160,4 +160,4 @@ SRCEXT='.src.tar.gz' ######################################################################### # #-- Command used to run pacman as root, instead of trying sudo and su -#PACMAN_AUTH=() +PACMAN_AUTH=(doas) diff --git a/install.sh b/install.sh index 92f9a77..7210d36 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated September 15, 2024 \(rev. B\) +echo Last updated September 25, 2024 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"