From 03a41f0f13dcb2479d40bc4ba3da662b0e19b9cc Mon Sep 17 00:00:00 2001 From: Paul M Date: Wed, 11 Oct 2023 17:14:54 -0500 Subject: [PATCH] apt key onership fix --- restore.deb.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/restore.deb.bash b/restore.deb.bash index 9f80cb7..7e9c152 100755 --- a/restore.deb.bash +++ b/restore.deb.bash @@ -28,6 +28,7 @@ function restore_config() { aptpkgfile="installed_packages" # restore apt first cp -R etc/apt/ /etc + chown -R _apt /etc/apt apt update apt upgrade -y # now the programs installed via apt before we restore configs