novena-next / docs

MIT License
13 stars 3 forks source link

Keys missing in upgrade script 2 #30

Closed anon8675309 closed 1 year ago

anon8675309 commented 1 year ago

Even after fixing #29 the second update script will fail due to not being able to verify the integrity of the updates.

Suggested fix: Add all of the keys it complains about manually with apt-key.

apt-key adv --keyserver keyserver.ubuntu.com --recv-key AA8E81B4331F7F50
apt-key adv --keyserver keyserver.ubuntu.com --recv-key 112695A0E562B32A
apt-key adv --keyserver keyserver.ubuntu.com --recv-key 04EE7237B7D453EC
apt-key adv --keyserver keyserver.ubuntu.com --recv-key 648ACFD622F3D138
apt-key adv --keyserver keyserver.ubuntu.com --recv-key 0E98404D386FA1D9
apt-key adv --keyserver keyserver.ubuntu.com --recv-key EF0F382A1A7B6500

Steps to reproduce this ticket, #29 and the next ticket I'm going to submit are:

  1. put the original novena image (novena-mmc-disk-r1.img ; sha256=26d368cb4b3aa43e411703f8c659d3e229deacfe75af38c1f82489dd9af80dbb) onto an SD card (using dd)
  2. resize the last partition (delete and recreate it with defaults using fdisk /dev/sdb3)
  3. fsck /dev/sdb3
  4. resize2fs /dev/sdb3
  5. Put the SD card into the novana and boot it up, going through the initial setup procedure
  6. Pop a shell, checkout https://github.com/novena-next/docs and follow the upgrade instructions