Created
February 22, 2023 10:56
-
-
Save sundowndev/d9ec6d07a6a4f43e3f763b9919fb56b6 to your computer and use it in GitHub Desktop.
Configure script for meganz web extension to update and apply various fixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# First, follow install instructions at https://github.com/meganz/web-extension | |
git pull | |
git submodule update --remote --merge | |
# Temporary fixes related to https://github.com/meganz/web-extension/issues/11 | |
cp webclient/lang/en_prod.json webclient/lang/en.json | |
cat webclient/index.html | sed -r 's/\"\/secureboot.js/\"\/webclient\/secureboot.js/' | tee webclient/index.html | |
echo "Done.\nYou may go to about:debugging#/runtime/this-firefox or chrome://extensions/ to reload the extention." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment