diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2013-04-08 11:45:12 +0200 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2013-04-08 11:45:12 +0200 |
| commit | a59593acdc956edf799f1e4fc87da29aafedc811 (patch) | |
| tree | 46fbd0c073a146221b30dfcce1bd0ad36830099b /scripts | |
| parent | 9c73568b5fc2968dd2c41ebf4b4ec2e95804c276 (diff) | |
| download | dotfiles-a59593acdc956edf799f1e4fc87da29aafedc811.tar.gz dotfiles-a59593acdc956edf799f1e4fc87da29aafedc811.tar.xz dotfiles-a59593acdc956edf799f1e4fc87da29aafedc811.zip | |
Fix bash interpretation of scripts/firstrun/10-firefox
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/firstrun/10-firefox | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/scripts/firstrun/10-firefox b/scripts/firstrun/10-firefox index cb484ed..4d16234 100644 --- a/scripts/firstrun/10-firefox +++ b/scripts/firstrun/10-firefox @@ -1,22 +1,22 @@ # plugins -plugins+=" 59" # *** User Agent Switcher -plugins+=" 722" # *** NoScript -plugins+=" 748" # *** Greasemonkey -plugins+=" 1027" # **** All-in-One Sidebar -plugins+=" 1368" # **** ColorfulTabs -plugins+=" 1843" # **** Firebug -plugins+=" 1865" # *** Adblock Plus -plugins+=" 3880" # **** Add Bookmark Here -plugins+=" 6366" # ***** FireGestures -plugins+=" 7765" # ? IdentFavIcon -plugins+=" 9609" # ** Ghostery -plugins+=" 13784" # **** Open Bookmarks in New Tab -plugins+=" 71411" # ** Tile Tabs -plugins+="116959" # ? Tab Group Switcher -plugins+="184566" # ***** Tree Style Tab -plugins+="193270" # ? Print Edit -plugins+="235854" # ***** Pentadactyl +plugins+=" 59" # *** User Agent Switcher +plugins+=" 722" # *** NoScript +plugins+=" 748" # *** Greasemonkey +plugins+=" 1027" # **** All-in-One Sidebar +plugins+=" 1368" # **** ColorfulTabs +plugins+=" 1843" # **** Firebug +plugins+=" 1865" # *** Adblock Plus +plugins+=" 3880" # **** Add Bookmark Here +plugins+=" 6366" # ***** FireGestures +plugins+=" 7765" # ? IdentFavIcon +plugins+=" 9609" # ** Ghostery +plugins+=" 13784" # **** Open Bookmarks in New Tab +plugins+=" 71411" # ** Tile Tabs +plugins+=" 116959" # ? Tab Group Switcher +plugins+=" 184566" # ***** Tree Style Tab +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" @@ -24,7 +24,7 @@ done # searches -#searches+="161972" # *** DuckDuckGo (HTTPS / SSL) +#searches+=" 161972" # *** DuckDuckGo (HTTPS / SSL) # #for search in $searches; do # wget "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xml" |
