C.J. Collier
C.J. Collier
TL;DR: Debian started enforcing deprecation of apt-key add; must move repo signing key to its own file and reference by path in sources.list file I am fixing. You can find...
You can likely use that whole file if extracting the function is too complicated.
I didn't explicitly recommend that you run apt-get update after you fix the trust database. you'll still get the errors until you apt-get update to re-build the package cache. I'll...
package cache update command included in #1240 as commit 234515d
This is due to `apt-key add -` deprecation enforcement. The trust databases need to be separated into their own files and referenced by path in the sources.list file for each...
Please review and test #1240
to use secure boot, you'll need to build a custom image. Instructions here: https://github.com/GoogleCloudDataproc/custom-images/tree/master/examples/secure-boot You do not need secure boot enabled for the workaround to function. I think you may...
package cache update command included in #1240 as commit 234515d674b73ce8f191184c950535975fc5acaf
I forgot that I'm pinned to 2.2.20-debian12 I'll try to make it work with the latest from the 2.2 line.
this might do it: ``` if is_debian ; then clean_up_sources_lists apt-get update export DEBIAN_FRONTEND="noninteractive" echo "Begin full upgrade" date apt-get --yes -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" full-upgrade date echo "End...