aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/debian/no-public-key-error.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/blog/debian/no-public-key-error.md')
-rw-r--r--content/en/blog/debian/no-public-key-error.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/en/blog/debian/no-public-key-error.md b/content/en/blog/debian/no-public-key-error.md
deleted file mode 100644
index 15e9a01..0000000
--- a/content/en/blog/debian/no-public-key-error.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "Fix the no public key available error"
-linkTitle: "Fix the no public key available error"
-date: 2016-01-27
-description: >
- Fix the no public key available error
----
-
-Here is how to fix the no public key available error :
-{{< highlight sh >}}
-apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID
-{{< /highlight >}}