scrcpy is a shell script that sets up an environment variable or two and then invokes a program. I'm guessing that this shell script might have a typo in it, or /bin/bash isn't where it's supposed to be on your machine.went to terminal and found this error, what does it mean and how to solve it?Code:
/bin/sh: 1: \/bin/bash: not found
Code:
/etc/lsb-release: line 5: unexpected EOF while looking for matching `"'
Check that /bin/bash exists with "ls -l /bin/bash". Then do a "head scrcpy" and make sure the first line looks something like this:
Code:
#! /bin/bash -e
Code:
#! \/bin/bash -e
Then that '\' slash shouldn't be there.
Also, do a "cat /etc/lsb-release", because from your QSI it looks like that file is malformatted. This isn't related to scrcpy, but you should fix it if you can.
Statistics: Posted by DukeComposed — Thu Feb 08, 2024 6:30 am