From a429b4733be43253dbd409c34fd93fd21c4a9810 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 9 May 2023 22:14:20 +0200 Subject: [PATCH] update --- meta/base.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/base.yaml b/meta/base.yaml index 2d6d337..712f065 100644 --- a/meta/base.yaml +++ b/meta/base.yaml @@ -5,10 +5,17 @@ - shell: - [ - git submodule update --init --recursive, "Installing submodules." + git submodule update --init --recursive, "Installing submodules.", ] - clean: [ '~', - '~/.config' + '~/.config', ] + +- conditional: + if: 'command -v pamac' + then: + shell: + - pamac install yay +