diff options
author | axtloss <axtlos@tar.black> | 2022-10-15 15:25:59 +0200 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-10-15 15:25:59 +0200 |
commit | 1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774 (patch) | |
tree | 9d8ae620970a13fdb8d7a4e2fee3f3662083f668 /com.github.remote-android.reandroid/run.sh | |
parent | d507cad4751b625ab9089919271377315998d72b (diff) | |
download | flatpaks-1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774.tar.gz flatpaks-1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774.tar.bz2 |
remove duplicate directory
Diffstat (limited to 'com.github.remote-android.reandroid/run.sh')
-rw-r--r-- | com.github.remote-android.reandroid/run.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/com.github.remote-android.reandroid/run.sh b/com.github.remote-android.reandroid/run.sh deleted file mode 100644 index 86310ba..0000000 --- a/com.github.remote-android.reandroid/run.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/bash -if [[ ! -d /dev/binderfs ]]; then - /app/bin/setup-binder -fi -sudo podman run -itd --rm --privileged -v ~/data:/data -p 5555:5555 docker.io/redroid/redroid:13.0.0-amd64 androidboot.use_memfd=true -adb connect localhost:5555 2>&1 && adb connect localhost:5555 -scrcpy -s localhost:5555 2>&1 && scrcpy -s localhost:5555 - |