Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create install script #81
base: main
Are you sure you want to change the base?
create install script #81
Changes from 52 commits
a1e88f8
41ac13d
5c028ce
58b032a
9888aed
0c341de
bcf1ea1
a9cd914
7e0ba72
366f9a9
8779076
3d5d7a9
77a7866
ce08109
240b302
ce32c02
5c280b8
55869dc
1e646e6
038ecf7
82c9592
2df1f9a
f1e020b
3c6b806
3904b78
6e7237d
34ed2b3
83de61c
e554a3d
beba1e3
35a56ff
17f27f2
36ca23d
24a8a7b
e8eaba6
85b7be3
bf54faf
723cbd8
73ba064
8142087
f1a1894
49a4f16
272b2c2
f15ab72
a90eb56
635e88a
67e9fbd
7bbe534
c078f2f
fc5f89e
6eec232
16f7235
73d11c0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we're here, add the new optional preference for Windows:
browser.theme.windows.accent-color-in-tabs.enabled
=true
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing as mentioned in the bash shell script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as in the powershell script, but with
widget.gtk.rounded-bottom-corners.enabled
=true
instead.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following section does not seem to work in either Linux or macOS it shows the prompt, but then nothing happens. The next line printed to the terminal is
uninstall complete
.I think this section can just be removed, deleting the contents of
user.js
can just be handled by the other section (if the user input yes for that question).