AdityaGarg8 / t2-ubuntu-repo

APT repository for T2 Macs
15 stars 5 forks source link

KEY is unsigned #5

Closed DFireTech closed 9 months ago

DFireTech commented 9 months ago

Good morrow!

I am on Debian 12 and looking for fan control for Macmini8,1

I followed the Readme to add the t2 ubuntu repo and get: NO_PUBKEY ***

Any help would be appreciated!

AdityaGarg8 commented 9 months ago

Can you share ls /etc/apt/trusted.gpg.d

DFireTech commented 9 months ago

ls /etc/apt/trusted.gpg.d/ gives the following output:

debian-archive-bookworm-automatic.asc
debian-archive-bookworm-security-automatic.asc
debian-archive-bookworm-stable.asc
debian-archive-bullseye-automatic.asc
debian-archive-bullseye-security-automatic.asc
debian-archive-bullseye-stable.asc
debian-archive-buster-automatic.asc
debian-archive-buster-security-automatic.asc
debian-archive-buster-stable.asc
t2-ubuntu-repo
AdityaGarg8 commented 9 months ago
curl -s --compressed "https://adityagarg8.github.io/t2-ubuntu-repo/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/t2.list "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list"
sudo apt update

Is this working for you?

DFireTech commented 9 months ago

I was able to finally not get the error, I must have typed it wrong

Fixed by: copying line for line and completing as such.

On Mon, Aug 21, 2023, 9:34 PM Aditya Garg @.***> wrote:

curl -s --compressed "https://adityagarg8.github.io/t2-ubuntu-repo/KEY.gpg" | sudo apt-key add - sudo curl -s --compressed -o /etc/apt/sources.list.d/t2.list "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list" sudo apt update

Is this working for you?

— Reply to this email directly, view it on GitHub https://github.com/AdityaGarg8/t2-ubuntu-repo/issues/5#issuecomment-1687324396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS3SMHKCYIFFPX6XXH2REXLXWQLELANCNFSM6AAAAAA3XXFY2A . You are receiving this because you authored the thread.Message ID: @.***>