wslutilities / wslu

A collection of utilities for Windows Subsystem for Linux
https://wslutiliti.es/wslu
GNU General Public License v3.0
3.44k stars 155 forks source link

PGP key for ArchLinux no longer matches install instructions. #279

Closed HenrikStanley closed 1 year ago

HenrikStanley commented 1 year ago

Windows Version

Windows 11

Windows Build Number

22621.1702

WSL Version

WSL 2

Distro Version

ArchLinux

WSL Utilities Version

v4.1.1-1

Describe the bug

When running an install with pacman or paru on Arch, the PGP key signature no longer matches the one from the install instructions.

The install instructions uses a key with signature: A2861ABFD897DD37 When trying to update now, the key is unknown and references a key with ID: 2D4C887EB08424F157151C493DD50AA7E055D853

Was the certificates updated?

 paru -Syuu
error: wslutilities: key "2D4C887EB08424F157151C493DD50AA7E055D853" is unknown
:: Import PGP key 2D4C887EB08424F157151C493DD50AA7E055D853? [Y/n] y
error: key "2D4C887EB08424F157151C493DD50AA7E055D853" could not be looked up remotely
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 community downloading...
 wslutilities downloading...
error: wslutilities: key "2D4C887EB08424F157151C493DD50AA7E055D853" is unknown
:: Import PGP key 2D4C887EB08424F157151C493DD50AA7E055D853? [Y/n] y
error: key "2D4C887EB08424F157151C493DD50AA7E055D853" could not be looked up remotely
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))

Steps to Reproduce

  1. Run: pacman -Syuu
  2. Error occurs.

Expected behavior

The key that pacman / paru should use for the WSLU repo should match the A2861ABFD897DD37 fingerprint.

Additional context

No response

Code of Conduct

patrick330602 commented 1 year ago

Just changed yesterday: https://github.com/wslutilities/wslu/issues/278#issuecomment-1589870056