2022-03-20 09:13:20 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-03-20 16:16:30 +00:00
|
|
|
zip -r diskort.xpi js/ ext.png manifest.json license
|
2022-03-20 09:13:20 +00:00
|
|
|
echo "goto about:config and set xpinstall.signatures.required to false"
|
|
|
|
echo "then goto about:addons -> settings icon below search -> install add-on from file"
|