summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/10-firefox
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-08 11:47:48 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-08 11:47:48 +0200
commitcc7ffd08c89521d4104bf4e2f7a4ca1aa5a6709a (patch)
tree712b80ae8ca57f5b64323e66d9a0865de9fe1552 /scripts/firstrun/10-firefox
parenta59593acdc956edf799f1e4fc87da29aafedc811 (diff)
downloaddotfiles-cc7ffd08c89521d4104bf4e2f7a4ca1aa5a6709a.tar.gz
dotfiles-cc7ffd08c89521d4104bf4e2f7a4ca1aa5a6709a.tar.xz
dotfiles-cc7ffd08c89521d4104bf4e2f7a4ca1aa5a6709a.zip
firstrun/10-firefox: use timestamping for wget
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts/firstrun/10-firefox')
-rw-r--r--scripts/firstrun/10-firefox6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/firstrun/10-firefox b/scripts/firstrun/10-firefox
index 4d16234..8e080cc 100644
--- a/scripts/firstrun/10-firefox
+++ b/scripts/firstrun/10-firefox
@@ -1,3 +1,5 @@
+WGET="wget -N"
+
# plugins
plugins+=" 59" # *** User Agent Switcher
@@ -19,7 +21,7 @@ plugins+=" 193270" # ? Print Edit
plugins+=" 235854" # ***** Pentadactyl
for plugin in $plugins; do
- wget "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xpi"
+ ${WGET} "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xpi"
done
# searches
@@ -27,7 +29,7 @@ done
#searches+=" 161972" # *** DuckDuckGo (HTTPS / SSL)
#
#for search in $searches; do
-# wget "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xml"
+# ${WGET} "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xml"
#done
firefox *.xpi && rm *.xpi