Skip to content

Commit

Permalink
Update steam-junest.sh - allow launching AppImages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Feb 2, 2025
1 parent ea3411e commit 5048119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ bind_dirs=" /media /mnt /opt /run/media /usr/lib/locale /usr/share/fonts /usr/sh
for d in $bind_dirs; do [ -d "$d" ] && PROOT_BINDINGS=" $PROOT_BINDINGS --bind=$d" && BWRAP_BINDINGS=" $BWRAP_BINDINGS --bind-try $d $d"; done
PROOT_BINDS=" --bind=/dev --bind=/sys --bind=/tmp --bind=/proc $PROOT_BINDINGS --bind=/home --bind=/home/$USER "
BWRAP_BINDS=" --dev-bind /dev /dev --ro-bind /sys /sys --bind-try /tmp /tmp --proc /proc $BWRAP_BINDINGS "
BWRAP_BINDS=" --dev-bind /dev /dev --ro-bind /sys /sys --bind-try /tmp /tmp --proc /proc $BWRAP_BINDINGS --cap-add CAP_SYS_ADMIN "
_JUNEST_CMD() {
if [ "$PROOT_ON" = 1 ]; then
Expand Down

0 comments on commit 5048119

Please sign in to comment.