update
This commit is contained in:
parent
8bd7dac695
commit
443572f0e5
@ -5,17 +5,23 @@
|
|||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [
|
- [
|
||||||
git submodule update --init --recursive, "Installing submodules.",
|
git submodule update --init --recursive, "Installing submodules."
|
||||||
]
|
]
|
||||||
|
|
||||||
- clean: [
|
- clean: [
|
||||||
'~',
|
'~',
|
||||||
'~/.config',
|
'~/.config'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
- defaults:
|
||||||
|
conditional:
|
||||||
|
isolated: False
|
||||||
|
|
||||||
- conditional:
|
- conditional:
|
||||||
if: 'command -v pamac'
|
if:
|
||||||
|
tty:
|
||||||
then:
|
then:
|
||||||
shell:
|
shell:
|
||||||
- pamac install yay
|
- command: "echo oui"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user