Skip to content

Commit

Permalink
Update NEW-junest.sh
Browse files Browse the repository at this point in the history
- add "gio" and "xdg-open" to open the browser (tested with Firefox)
  • Loading branch information
ivan-hc authored Jan 15, 2025
1 parent 2a2e821 commit e68c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEW-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ _savebins() {
mv ./"$APP".AppDir/.junest/usr/bin/proot* ./save/
mv ./"$APP".AppDir/.junest/usr/bin/*$BIN* ./save/
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"
utils_bin="bash $coreutils grep ld sed sh strings"
utils_bin="bash $coreutils gio grep ld sed sh strings xdg-open"
for b in $utils_bin; do
mv ./"$APP".AppDir/.junest/usr/bin/"$b" ./save/
done
Expand Down

0 comments on commit e68c308

Please sign in to comment.