On exécute la commande apt-keys dans un shell
This commit is contained in:
parent
43e4940bac
commit
112b02403c
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
<Rules priority="1">
|
<Rules priority="1">
|
||||||
<Action name="apt-key-add"
|
<Action name="apt-key-add"
|
||||||
timing="post" when="modified" status="check"
|
timing="post" when="modified" status="check"
|
||||||
command="cat /etc/crans/apt-keys/*.asc | apt-key add -"/>
|
command="bash -c 'cat /etc/crans/apt-keys/*.asc | apt-key add -'"/>
|
||||||
</Rules>
|
</Rules>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue