Skip to content

Instantly share code, notes, and snippets.

View Kustale's full-sized avatar

Kang Jinsu Kustale

View GitHub Profile
@cniw
cniw / build_waydroid_v8.sh
Last active July 3, 2024 09:35
Build Waydroid for Debian or Ubuntu based distro v8
#!/bin/bash
# script name: build_waydroid_v8.sh
# description: Build Waydroid for Debian or Ubuntu based distro v8
# upstream : https://gist.github.com/cniw/98e204d7dbc73a3fa1bf61629b2a2fc1
# author : Wachid Adi Nugroho <wachidadinugroho.maya@gmail.com>
# date : 2022-07-07
NC='\033[0m'
RED='\033[1;91m'
GREEN='\033[1;92m'