ujust install-steamcmd
, it appears to work correctly and successfully download, unpack, and creates the symbolic link. But when I attempt run steamcmd
:
/home/user/.local/bin/steamcmd: line 37: /home/user/.local/bin/linux32/steamcmd: No such file or directory
Skimming the steamcmd
bash, I have no idea what's going on in there.
I did find this reference on a previous issue (fixed?) https://discord.com/channels/1072614816579063828/1087140957096517672/1407845591001600170 to running ~/.steam/steamcmd.sh
and that did successfully launch steamcmd.
I think I found the related GitHub issue but running the version of the script in that PR didn't solve it either.
Before I go tinkering, I wanted to see if there was a correct way to solve this one 😄
edit, actually reading that steamcmd script a bit more, I think it's that the script isn't putting the executable in the right place?context() => any
function available which seems to be made for that. why even the docs don't use it? is it for another purpose?