From 833a9b9c88d318f8cdf3d45b1c03e2d1b8030093 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Thu, 16 Nov 2023 16:52:28 +0100 Subject: [PATCH] Update setting-mirror.mdx --- src/content/docs/en/community/setting-mirror.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/en/community/setting-mirror.mdx b/src/content/docs/en/community/setting-mirror.mdx index 79c86dc..75eb044 100644 --- a/src/content/docs/en/community/setting-mirror.mdx +++ b/src/content/docs/en/community/setting-mirror.mdx @@ -4,6 +4,7 @@ description: Setting up a Mirror. --- import ImageComponent from "@components/ImageComponent.astro"; import ThemedImage from '@components/ThemedImage.astro'; +import { Tabs, TabItem } from '@astrojs/starlight/components'; In the context of Linux package management, a mirror refers to a server or repository that contains a copy of software packages and related metadata from another source, typically an official distribution server. The primary purpose of mirrors is to provide users with alternative, geographically distributed locations from which they can download software packages.