taidai
Installing with script from website does not work directly
Yeah, I'm not sure either. I recall
/home
being involved somehow when I was figuring this out, but now I don't see the connection
edit: ah, right the error output is about /home
. Idk why it's referencing that and not the output of $HOME
. Some symlink magic? Or could it be that the user that the script operates under has a different result from echo $HOME
? Idk how that stuff works tbh. I added echo "The script is running as $(id -un)"
to the install.sh file and got
7 replies