File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
114120exitstatus=$?
@@ -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
You can’t perform that action at this time.
0 commit comments