Skip to content

Commit e68c308

Browse files
authored
Update NEW-junest.sh
- add "gio" and "xdg-open" to open the browser (tested with Firefox)
1 parent 2a2e821 commit e68c308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEW-junest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ _savebins() {
399399
mv ./"$APP".AppDir/.junest/usr/bin/proot* ./save/
400400
mv ./"$APP".AppDir/.junest/usr/bin/*$BIN* ./save/
401401
coreutils="[ basename cat chmod chown cp cut dir dirname du echo env expand expr fold head id ln ls mkdir mv readlink realpath rm rmdir seq sleep sort stty sum sync tac tail tee test timeout touch tr true tty uname uniq wc who whoami yes"
402-
utils_bin="bash $coreutils grep ld sed sh strings"
402+
utils_bin="bash $coreutils gio grep ld sed sh strings xdg-open"
403403
for b in $utils_bin; do
404404
mv ./"$APP".AppDir/.junest/usr/bin/"$b" ./save/
405405
done

0 commit comments

Comments
 (0)