From 989945827adfafb636653fdad76fa3a3605ffc18 Mon Sep 17 00:00:00 2001 From: SoftwareRat <40393784+SoftwareRat@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:07:16 +0100 Subject: [PATCH] changed-deps-install Changed design and more Distros added --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c08da84..ceeb2cb 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ Script to add gapps and other stuff to waydroid ! # Installation/Usage "lzip" and "sqlite" is required for this script to work, install it using your distribution's package manager: -Arch linux: - - sudo pacman -S lzip sqlite -Ubuntu/Ubuntu based: - - sudo apt install lzip sqlite +## Arch, Manjaro and EndeavourOS based distributions: + sudo pacman -S lzip sqlite +## Debian and Ubuntu based distributions: + sudo apt install lzip sqlite +## RHEL, Fedora and Rocky based distributions: + sudo dnf install lzip sqlite +## openSUSE based distributions: + sudo zypper install lzip sqlite Then run: git clone https://github.com/casualsnek/waydroid_script