Running Script Before Game - Command does not exist
🎮steam-deck
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/bashudisksctl loop-setup -f /home/deck/Applications/CookiesBustle/cookiesbustle.iso && udisksctl mount -b /dev/loop0
#!/bin/bashudisksctl loop-setup -f /home/deck/Applications/CookiesBustle/cookiesbustle.iso && udisksctl mount -b /dev/loop0
Heroic is saying the
udisksctl
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.