Waydroid

From Kicksecure
Revision as of 10:49, 16 April 2023 by Patrick (talk | contribs) (Created page with "{{Header}} {{stub}} {{apt_key_add |url=https://repo.waydro.id/waydroid.gpg |source_filename=waydroid.gpg |target_filename=/usr/share/keyrings/waydroid.gpg |gpg_fingerprint_output=Key fingerprint = 0D27 43A2 4328 AE06 34DF 3557 959F E34E 90E5 1522 }} echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ {{Stable project version based on Debian codename}} main" | tee /etc/apt/sources.list.d/waydroid.list {{Footer}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this is incomplete. Contributions are happily considered! See this for potential alternatives.

Step 1 Securely download the key.

curl --tlsv1.3 --remote-name https://repo.waydro.id/waydroid.gpg

Step 2 Display the key's fingerprint.

gpg --keyid-format long --import --import-options show-only --with-fingerprint waydroid.gpg

Step 3 Verify the fingerprint.

The most important check is confirming the key fingerprint exactly matches the output below.

Key fingerprint = Key fingerprint = 0D27 43A2 4328 AE06 34DF  3557 959F E34E 90E5 1522

Warning:

Do not continue if the fingerprint does not match -- this risks using infected or erroneous files! The whole point of verification is to confirm file integrity.

Step 4 Add the signing key.

sudo cp waydroid.gpg /usr/share/keyrings/waydroid.gpg

Step 5 Done.

The key has been added to the keyring.

echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/archive.org iconarchive.today icon bookworm main" | tee /etc/apt/sources.list.d/waydroid.list

Notification image

We believe security software like Kicksecure needs to remain Open Source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!