Add a post install instruction to Brave browser.
This commit is contained in:
parent
54a4bc8bb1
commit
9311c1499f
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
from src.util import flatpak_install
|
from src.util import flatpak_install
|
||||||
|
|
||||||
|
|
||||||
|
# Brave handles restoration itself using its own sync stuff
|
||||||
|
post_install = ["enable sync"]
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
"""The least worst web browser"""
|
"""The least worst web browser"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue