Update file run_onchange_after_40-firefox.tmpl
This commit is contained in:
parent
0d69a3cd2e
commit
d2c2cfd52b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fi
|
||||||
|
|
||||||
### Install Firefox addons (using list declared in .chezmoidata.yaml)
|
### Install Firefox addons (using list declared in .chezmoidata.yaml)
|
||||||
if command -v org.mozilla.firefox > /dev/null; then
|
if command -v org.mozilla.firefox > /dev/null; then
|
||||||
for FIREFOX_PLUGIN in "{{ list .firefoxAddOns | join '" "' }}"; do
|
for FIREFOX_PLUGIN in {{ list .firefoxAddOns | join " " }}; do
|
||||||
logg info 'Ensuring `'"$FIREFOX_PLUGIN"'` is installed'
|
logg info 'Ensuring `'"$FIREFOX_PLUGIN"'` is installed'
|
||||||
PLUGIN_HTML="$(mktemp)"
|
PLUGIN_HTML="$(mktemp)"
|
||||||
curl --silent "https://addons.mozilla.org/en-US/firefox/addon/$FIREFOX_PLUGIN/" > "$PLUGIN_HTML"
|
curl --silent "https://addons.mozilla.org/en-US/firefox/addon/$FIREFOX_PLUGIN/" > "$PLUGIN_HTML"
|
||||||
|
|
Loading…
Reference in a new issue