From 0af785f7e9bf05f1c0adf4bca9688da4eb549201 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 20 Oct 2021 09:12:14 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 61fc46e..703647b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ ```sh curl -s -L https://sh.osa.cubetiqs.com/apt-mirror.sh | sudo bash +``` + +### Fix APT Public Key +```text +The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 +``` + +```shell +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8 +sudo apt update ``` \ No newline at end of file