testing..

This commit is contained in:
pika 2025-05-19 14:39:18 +02:00
parent 139a9f75ff
commit 640df010fe

View file

@ -231,6 +231,7 @@ _setup() {
if command_exists pacman; then if command_exists pacman; then
if ! checkAUR; then if ! checkAUR; then
paruBuildDir="/opt/builds" paruBuildDir="/opt/builds"
$_sudo mkdir -p "$paruBuildDir"
# if ! command_exists paru; then # if ! command_exists paru; then
echo "${YELLOW}Installing paru as AUR helper...${NC}" echo "${YELLOW}Installing paru as AUR helper...${NC}"
$_sudo pacman -S --needed --noconfirm base-devel git $_sudo pacman -S --needed --noconfirm base-devel git