diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_backup-os.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_backup-os.mdx index 303d15a7c..627d3fbff 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_backup-os.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_backup-os.mdx @@ -107,6 +107,23 @@ Do you want to apt-get install the packages? [y/N] +:::caution +**If apt reports an expired `apt-key` or signature verification error**, first manually update the Radxa apt keyring, then run the script again: + +```bash +# Download the latest radxa-archive-keyring package +curl -sL https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_latest_arm64.deb -o radxa-archive-keyring.deb +# Or for amd64: +# curl -sL https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_latest_amd64.deb -o radxa-archive-keyring.deb + +# Install manually +sudo dpkg -i radxa-archive-keyring.deb + +# Run the backup script again +sudo ./rockpi-backup.sh +``` +::: + @@ -194,6 +211,23 @@ Do you want to apt-get install the packages? [y/N] +:::caution +**If apt reports an expired `apt-key` or signature verification error**, first manually update the Radxa apt keyring, then run the script again: + +```bash +# Download the latest radxa-archive-keyring package +curl -sL https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_latest_arm64.deb -o radxa-archive-keyring.deb +# Or for amd64: +# curl -sL https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_latest_amd64.deb -o radxa-archive-keyring.deb + +# Install manually +sudo dpkg -i radxa-archive-keyring.deb + +# Run the backup script again +sudo ./rockpi-backup.sh +``` +::: +