Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debugging/networking-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Run the command below to get the information of various network interfaces.

* **firewalld**
```bash
firewall-cmd --zone=trusted --add-interface=waydroid0
firewall-cmd --zone=trusted --add-interface=waydroid0 --permanent
```

* **UFW** or **GUFW**
Expand Down
31 changes: 18 additions & 13 deletions usage/install-on-desktops.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install Instructions

## Arch Linux 
## Arch Linux

Some of our friends have started putting together all the install instructions for Arch over on the arch wiki:

Expand All @@ -12,12 +12,6 @@ Thanks to the Postmarket community, you can also find instructions and troublesh

{% embed url="https://wiki.postmarketos.org/wiki/Waydroid" %}

## Zorin OS

User @Aman9das has put together a detailed guide for installing Waydroid on Zorin OS:

{% embed url="https://github.com/Aman9das/Waydroid_Setup_Guide" %}

## Sailfish OS

A few of the contributors to sailfishos-open have put together a resource for installing Waydroid on the OS:
Expand All @@ -26,25 +20,36 @@ A few of the contributors to sailfishos-open have put together a resource for in

## Fedora

### Workstation, Spins, and another variants

Waydroid can be installed from the official package repository.

```bash
sudo dnf install waydroid
```

After installing, launch Waydroid from the applications menu and proceed with the initialization by pasting these URLs in the OTA fields:
After installing, enter this command to create initiation on Waydroid.

System OTA: `https://ota.waydro.id/system`
```bash
# Use this command for VANILLA images
sudo waydroid init -s VANILLA -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f

Vendor OTA: `https://ota.waydro.id/vendor`
# Use this command for GAPPS images
sudo waydroid init -s GAPPS -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f
```

### Silverblue/Kinoite/...
### Any Atomic Variants

The same instructions apply to the Fedora Immutable variants, but you should use `rpm-ostree` instead of `dnf`
The same instructions apply to any Fedora Atomic variants, but you should use `rpm-ostree` instead of `dnf`

```bash
rpm-ostree install waydroid
```
## openSUSE Tumbleweed/Slowroll

User @runa-chin had created a detailed guide about installing Waydroid on openSUSE Tumbleweed or openSUSE Slowroll:

{% embed url="https://github.com/waydroid/waydroid/discussions/1463" %}

## KISS Linux

Expand All @@ -60,7 +65,7 @@ Waydroid can be installed from the official package repository; also check `/usr
sudo xbps-install -S waydroid
```

## Ubuntu/Debian and derivatives
## Any Debian-based distributions (Ubuntu, Linux Mint, Zorin OS, and more)

For Droidian and Ubuntu Touch, skip directly to the last step

Expand Down