aboutsummaryrefslogtreecommitdiff
path: root/com.github.remote-android.reandroid/run.sh
diff options
context:
space:
mode:
authoraxtloss <axtlos@tar.black>2022-10-15 15:25:59 +0200
committeraxtloss <axtlos@tar.black>2022-10-15 15:25:59 +0200
commit1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774 (patch)
tree9d8ae620970a13fdb8d7a4e2fee3f3662083f668 /com.github.remote-android.reandroid/run.sh
parentd507cad4751b625ab9089919271377315998d72b (diff)
downloadflatpaks-1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774.tar.gz
flatpaks-1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774.tar.bz2
remove duplicate directory
Diffstat (limited to '')
-rw-r--r--com.github.remote-android.reandroid/run.sh8
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
-