File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ if [[ "$(cat /proc/device-tree/model)" == "Raspberry Pi"* ]]; then
55 sudo echo " psi=1" >> /boot/firmware/cmdline.txt
66fi
77
8+ sudo curl -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
9+ echo " deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ $( lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/waydroid.list
10+
811# Modified from https://github.com/waydroid/waydroid/issues/214#issuecomment-1120926304
912sudo apt install build-essential cdbs devscripts equivs fakeroot \
1013 git git-buildpackage git-lfs libgbinder-dev -y
@@ -24,9 +27,6 @@ sudo apt install -f -y ../*.deb
2427sudo rm -rf /usr/bin/build_changelog
2528# #######################################################################################
2629
27- sudo curl -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
28- echo " deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ $( lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/waydroid.list
29-
3030sudo apt update
3131sudo apt install waydroid -y
3232
Original file line number Diff line number Diff line change 33sudo apt install curl ca-certificates -y
44curl -s https://repo.waydro.id | sudo bash
55
6+ # Modified from https://github.com/waydroid/waydroid/issues/214#issuecomment-1120926304
7+ sudo apt install build-essential cdbs devscripts equivs fakeroot \
8+ git git-buildpackage git-lfs libgbinder-dev -y
9+
10+ sudo wget https://raw.githubusercontent.com/MrCyjaneK/waydroid-build/main/build_changelog \
11+ -O /usr/bin/build_changelog
12+ sudo chmod +x /usr/bin/build_changelog
13+
14+ mkdir /tmp/gbinder
15+ cd /tmp/gbinder
16+ git clone https://github.com/waydroid/gbinder-python.git
17+ cd gbinder-python
18+ build_changelog
19+ sudo mk-build-deps -ir -t " apt -o Debug::pkgProblemResolver=yes -y --no-install-recommends"
20+ sudo debuild -b -uc -us
21+ sudo apt install -f -y ../* .deb
22+ sudo rm -rf /usr/bin/build_changelog
23+ # #######################################################################################
24+
625sudo apt install waydroid -y
726
827sudo waydroid init -f -s GAPPS # Install with G-Apps support
You can’t perform that action at this time.
0 commit comments