From 1fbc7d441ac19848bbe8e5c9596d2fd8fb87c774 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 15 Oct 2022 15:25:59 +0200 Subject: remove duplicate directory --- com.github.remote-android.reandroid/run.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 com.github.remote-android.reandroid/run.sh (limited to 'com.github.remote-android.reandroid/run.sh') 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 - -- cgit v1.2.3