Skip to content

Commit fb9dd2e

Browse files
committed
Forgot to test on x86 Pi OS
1 parent 4d2a25a commit fb9dd2e

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

apps/Waydroid/install-64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ if [[ "$(cat /proc/device-tree/model)" == "Raspberry Pi"* ]]; then
55
sudo echo "psi=1" >> /boot/firmware/cmdline.txt
66
fi
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
912
sudo 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
2427
sudo 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-
3030
sudo apt update
3131
sudo apt install waydroid -y
3232

apps/Waydroid/install-x64

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
sudo apt install curl ca-certificates -y
44
curl -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+
625
sudo apt install waydroid -y
726

827
sudo waydroid init -f -s GAPPS # Install with G-Apps support

0 commit comments

Comments
 (0)