mirror of
https://github.com/moparisthebest/ImageDownloader
synced 2025-02-17 15:40:28 -05:00
Use xdg-open instead of firefox as default browser
This commit is contained in:
parent
5f0ee16b28
commit
7c8281d7e5
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
URL=$1
|
URL=$1
|
||||||
BROWSER=firefox
|
BROWSER=xdg-open
|
||||||
AES_GCM="$(dirname $(readlink -f $0))/aesgcm"
|
AES_GCM="$(dirname $(readlink -f $0))/aesgcm"
|
||||||
if [ ${URL: -97:1} == "#" ]
|
if [ ${URL: -97:1} == "#" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user