update
This commit is contained in:
parent
e9d386807a
commit
a429b4733b
@ -5,10 +5,17 @@
|
|||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [
|
- [
|
||||||
git submodule update --init --recursive, "Installing submodules."
|
git submodule update --init --recursive, "Installing submodules.",
|
||||||
]
|
]
|
||||||
|
|
||||||
- clean: [
|
- clean: [
|
||||||
'~',
|
'~',
|
||||||
'~/.config'
|
'~/.config',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
- conditional:
|
||||||
|
if: 'command -v pamac'
|
||||||
|
then:
|
||||||
|
shell:
|
||||||
|
- pamac install yay
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user