Support for Snap versions in auto install script (#438)

This commit is contained in:
soumyatheman 2022-09-13 01:30:31 +05:30 committed by GitHub
parent 8adfeb8641
commit 6d7ba29301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ We also have the `beta` branch for fixes only aplicable to the current Firefox b
```sh
./scripts/install.sh # Standard
./scripts/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
./scripts/install.sh -f ~/snap/firefox/common/.mozilla/firefox #Snap
```
##### Script options

View File

@ -8,6 +8,7 @@ firefoxInstalationPaths=(
~/.var/app/org.mozilla.firefox/.mozilla/firefox
~/.librewolf
~/.var/app/io.gitlab.librewolf-community/.librewolf
~/snap/firefox/common/.mozilla/firefox
)
currentTheme=$(gsettings get org.gnome.desktop.interface gtk-theme ) || currentTheme=""