aboutsummaryrefslogtreecommitdiff
path: root/com.github.remote-android.reandroid/run.sh
diff options
context:
space:
mode:
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
-