Skip to content

Commit 31c0b23

Browse files
vcc-ehemdaldroidmonkey
authored andcommitted
Add LibreWolf snap helper setup
1 parent 33a3796 commit 31c0b23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/keepassxc-snap-helper.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ setupEdge() {
9494
INSTALL_DIR="${BASE_DIR}/.config/microsoft-edge/NativeMessagingHosts"
9595
}
9696

97+
setupLibreWolf() {
98+
JSON_OUT=${JSON_FIREFOX}
99+
INSTALL_DIR="${BASE_DIR}/.librewolf/native-messaging-hosts"
100+
}
101+
97102
# --------------------------------
98103
# Start of script
99104
# --------------------------------
@@ -109,6 +114,7 @@ BROWSER=$(whiptail \
109114
"5" "Brave" \
110115
"6" "Tor Browser" \
111116
"7" "Microsoft Edge" \
117+
"8" "LibreWolf" \
112118
3>&1 1>&2 2>&3)
113119

114120
exitstatus=$?
@@ -125,6 +131,7 @@ if [[ $exitstatus == 0 ]]; then
125131
5) setupBrave ;;
126132
6) setupTorBrowser ;;
127133
7) setupEdge ;;
134+
8) setupLibreWolf ;;
128135
esac
129136

130137
# Install the JSON file

0 commit comments

Comments
 (0)