6 lines
218 B
Bash
6 lines
218 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
zip diskort.xpi btfl.css ext.png manifest.json
|
||
|
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"
|