Running Script Before Game - Command does not exist

Hello, I'm trying to run a bash script before running this abandonware game so it mounts the disk automatically.

The contents of the script are just:

#!/bin/bash

udisksctl loop-setup -f /home/deck/Applications/CookiesBustle/cookiesbustle.iso && udisksctl mount -b /dev/loop0


Heroic is saying the udisksctl command does not exist though, I've attached the log and the error mentioned is at the top. Script works fine outside of heroic, the command works fine directly from a terminal.

Script works fine outside of heroic

I'm on a Steam Deck, using the Flatpak.
image.png
launch.log11.5KB
Was this page helpful?