It installs waydroid on Arch automatically, I think

This page summarizes the projects mentioned and recommended in the original post on /r/linuxmasterrace

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ShellCheck

    ShellCheck, a static analysis tool for shell scripts

    May I introduce you to shellcheck

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • waydroid

    Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

    #!/bin/bash # Install necessary dependencies sudo pacman -Syyu sudo pacman -S wget git unzip qemu-headless virt-manager lzip lvm2 # Clone Waydroid git repository git clone https://github.com/waydroid/waydroid.git cd waydroid # Install Waydroid ./build.sh install # Set up Waydroid ./build.sh setup # Start Waydroid waydroid start

  • Waydroid-Installer

    AutoDroid is an automated script to install waydroid on Arch or Arch Based Linux Distros (by iEscapedVim)

    Since you like ShellCheck so much, check out my pull request.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Today I deleted hundreds of .dll files in C:/Windows/System32 by accident

    2 projects | /r/programminghorror | 24 Jun 2022
  • Type-ish – a runtime type checker for bash functions

    3 projects | news.ycombinator.com | 19 Jun 2022
  • Reclaiming the lost art of Linux server administration

    3 projects | /r/linuxadmin | 28 Jan 2022
  • My first linux software

    2 projects | /r/linux | 1 Jul 2021
  • [Package Request] shellcheck

    4 projects | /r/termux | 30 Apr 2021

Did you konow that Haskell is
the 25th most popular programming language
based on number of metions?