From bf0601ad7e47695577ccef5b71dbd0eb11530b83 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 7 Aug 2024 16:33:05 -0700 Subject: [PATCH] chore: Restore original behavior in key fix script --- scripts/fix-key-and-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix-key-and-update.sh b/scripts/fix-key-and-update.sh index 9c586b9b..267e1d94 100755 --- a/scripts/fix-key-and-update.sh +++ b/scripts/fix-key-and-update.sh @@ -19,7 +19,7 @@ curl https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub > /etc/pki/ # Ensure the path to the public key matches the local copy location. echo "Updating the path to the public key in the container policy..." -sed -i.bak "s#/etc/pki/containers/ublue-os.pub#/etc/pki/containers/ublue-os.pub#" /etc/containers/policy.json +sed -i.bak "s#/usr/etc/pki/containers/ublue-os.pub#/etc/pki/containers/ublue-os.pub#" /etc/containers/policy.json # Update system, respecting new public signing key. echo "Updating the system..."