-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrcpy 2.1.1 release source code install script is not completely up to date - still requesting server-2.1 and consequently fails #4191
Comments
Manually updating to the code below fixes the issue (the current install_release.sh at time of writing) #!/usr/bin/env bash BUILDDIR=build-auto echo "[scrcpy] Downloading prebuilt server..." echo "[scrcpy] Building client..." echo "[scrcpy] Installing (sudo)..." |
@Alchemistapf Do you know how to solve this problem? i think this is a small problem, so i don't try to ping rom1v
Ubuntu 22.04.02 |
ago i only downloaded the |
I've seen several comments regarding this and it seems that this has always been the case and I'm not the only one to have this problem. It took me some time to fix it, and perhaps, in future, updating the install script so it works out of the box (zipped source) might help others. The software is amazingly good and it would be a shame if people couldn't use it as they couldn't solve this minor problem. |
@Alchemistapf Read this comment wihich explains why the It is intended to be run from |
Environment
Describe the bug
The latest released 2.1.1 installed via the downloaded source code is installing the 2.1 server and not the 2.1.1 due to the install_release.sh file being slightly out of date.
Manually replacing the downloaded install_release.sh with the live version from the master branch worked perfectly.
The text was updated successfully, but these errors were encountered: