Updater.sh is not updating user.js
See original GitHub issueI am using Arch Linux.
When I execute the updater.sh file, it does nothing. When I run it in the terminal, it shows
This script will update to the latest user.js file and append any custom configurations from user-overrides.js. Continue Y/N?
y
Status: user.js has been backed up and replaced with the latest version!
Status: Override file appended: user-overrides.js
Updater.sh is in the same location as the user-overrides.js, user.js, updater.bat and everything else that was in the zip file.
I know the .sh file is doing nothing because changes I make in user-overrides.js do not reflect to user.js, which is the intended purpose, right? If there’s something I’m missing, please let me know.
Issue Analytics
- State:
- Created 10 months ago
- Comments:29 (6 by maintainers)
Top Results From Across the Web
5.1 Updater [Options] · arkenfox/user.js Wiki - GitHub
Download the updater.sh script and save it in your profile folder. ... -d Do not look for updates to updater.sh -s Silently update...
Read more >TotallyLeGIT/PH-userjs-updater: A POSIX shell script for ...
This is a POSIX compliant shell script for downloading and updating the Firefox and Thunderbird user.js from Privacy-Handbuch.
Read more >updater.sh - GitHub
Do not seek confirmation. -d Do not look for updates to updater.sh. -s Silently update user.js. Do not seek confirmation. -b Only keep...
Read more >XCode Build not updating JS and HTML - Stack Overflow
You can add a pre-action script to your XCode project's build. To do this: Select Product > Scheme > Edit Scheme from the...
Read more >ng update - Angular
Shows a help message for this command in the console. boolean. --migrate-only. Only perform a migration, do not update the installed version.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Opening-Button-8988 - i might suggest starting over because this isn’t making sense
first of all, never run anything using sudo unless it’s necessary
cd "$HOME/.mozilla/firefox/<PROFILE_FOLDER_NAME>"
chmod +x updater.sh
./updater.sh -c
glad you figured it out - this probably should have given us a clue for helping you but i, for one, missed it…