From 9795cbc388fe96e45891480d2cabfcfa891e6920 Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 2 Dec 2021 12:32:54 +0530 Subject: [PATCH] fix key --- files/chroot_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 83490f0..691443a 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -23,6 +23,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted univers deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse EOF +apt-get install linuxmint-keyring apt-get update echo >&2 "===]> Info: Install systemd and Ubuntu MBP Repo... "