From ed200e52f8513b41bd95a08bf9acb2105200c79e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 2 Jun 2026 19:43:19 +0300 Subject: [PATCH] uninstaller fix --- README.md | 2 +- uninstall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f8691e..2ed818d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ pd remove void-glibc-full sed -i '/ROID_INST/d' ~/.profile sed -i '/ROID_INST/d' ~/.bashrc pkg remove -y proot-distro pulseaudio x11-repo termux-x11-nightly virglrenderer-android -pkg autoremove -y +apt autoremove -y exit ``` diff --git a/uninstall b/uninstall index 7bf4301..bac5a74 100644 --- a/uninstall +++ b/uninstall @@ -4,5 +4,5 @@ pd remove void-glibc-full sed -i '/ROID_INST/d' ~/.profile sed -i '/ROID_INST/d' ~/.bashrc pkg remove -y proot-distro pulseaudio x11-repo termux-x11-nightly virglrenderer-android -pkg autoremove -y +apt autoremove -y