X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_eeepc.sh;h=791cb710ff8519dc428cc7881af58b6840ab3385;hb=0098e45dee4403a487a16089cfff5ee5ca9ad94f;hp=4d1572cb53d26b962dd4a4d03e7c967cf81498b0;hpb=8368e48adc8c46e468e7d086a4024c527c8ed5e1;p=config diff --git a/buster/setup_scripts/setup_eeepc.sh b/buster/setup_scripts/setup_eeepc.sh index 4d1572c..791cb71 100755 --- a/buster/setup_scripts/setup_eeepc.sh +++ b/buster/setup_scripts/setup_eeepc.sh @@ -37,6 +37,7 @@ name=$(unzip -p "${noscript_xpi}" manifest.json | jq -r .applications.gecko.id) mv "${noscript_xpi}" "${name}.xpi" tridactyl_xpi="tridactyl-1.14.9pre2457-an+fx.xpi" url_tridactyl="https://tridactyl.cmcaine.co.uk/betas/${tridactyl_xpi}" +wget "${url_tridactyl}" name=$(unzip -p "${tridactyl_xpi}" manifest.json | jq -r .applications.gecko.id) mv "${tridactyl_xpi}" "${name}.xpi" mv *.xpi "${extensions_dir}"