Kaynağa Gözat

Open in a browser

Bob Mottram 10 yıl önce
ebeveyn
işleme
9fad9e604f
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7
    1
      src/freedombone-meshweb

+ 7
- 1
src/freedombone-meshweb Dosyayı Görüntüle

@@ -304,7 +304,13 @@ if [ $existing_zeronet -lt "2" ]; then
304 304
     python zeronet.py &
305 305
 fi
306 306
 
307
-if which xdg-open > /dev/null; then
307
+if which firefox > /dev/null; then
308
+    firefox $ZERONET_INDEX
309
+elif which chrome > /dev/null; then
310
+    chrome $ZERONET_INDEX
311
+elif which chromium > /dev/null; then
312
+    chromium $ZERONET_INDEX
313
+elif which xdg-open > /dev/null; then
308 314
     xdg-open $ZERONET_INDEX
309 315
 elif which gnome-open > /dev/null; then
310 316
     gnome-open $ZERONET_INDEX