Quantcast
Channel: MX Linux Forum
Viewing all articles
Browse latest Browse all 4157

Software / Configuration • Re: scrcpy install problem on MX 23.2

$
0
0
went to terminal and found this error

Code:

/bin/sh: 1: \/bin/bash: not found
, what does it mean and how to solve it?

Code:

/etc/lsb-release: line 5: unexpected EOF while looking for matching `"'
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.

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
If it says

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



Viewing all articles
Browse latest Browse all 4157

Trending Articles