mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #942 from nbirnel/native-install-opensuse-941
fix native install on opensuse - issue 941
This commit is contained in:
commit
a5d1686901
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ native_loc="https://raw.githubusercontent.com/cmcaine/tridactyl/master/native/na
|
|||
# Decide where to put the manifest based on OS
|
||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||
manifest_home="$HOME/.mozilla/native-messaging-hosts/"
|
||||
elif [[ "$OSTYPE" == "linux" ]]; then
|
||||
manifest_home="$HOME/.mozilla/native-messaging-hosts/"
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
manifest_home="$HOME/Library/Application Support/Mozilla/NativeMessagingHosts/"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue