mirror of
https://github.com/moparisthebest/ImageDownloader
synced 2024-11-21 08:45:04 -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
|
||||
set -e
|
||||
URL=$1
|
||||
BROWSER=firefox
|
||||
BROWSER=xdg-open
|
||||
AES_GCM="$(dirname $(readlink -f $0))/aesgcm"
|
||||
if [ ${URL: -97:1} == "#" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user