user.js: Updater.sh is not updating user.js

I 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.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 29 (9 by maintainers)

Commits related to this issue

Most upvoted 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

  1. delete all the arkenfox stuff you downloaded - if you have a user-overrides.js, rename it temporarily
  2. go here and save the user.js to your FF profile where prefs.js is located (Ctr+S to save the file)
  3. go here and save the updater.sh file in the same directory
  4. open a terminal and cd to your FF profile directory: cd "$HOME/.mozilla/firefox/<PROFILE_FOLDER_NAME>"
  5. make updater.sh executable: chmod +x updater.sh
  6. run the updater: ./updater.sh -c
  7. start FF > about:config > search for ‘_user’

glad you figured it out - this probably should have given us a clue for helping you but i, for one, missed it…

The updater.sh does update user.js with the latest version online, but does not reflect changes made in user-overrides.js.