From c20ba4514623b3e091eafb17f4122a15e126e171 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Wed, 4 Sep 2024 14:51:40 +0200 Subject: [PATCH] Update wsl.mdx --- src/content/docs/en/wsl/wsl.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/content/docs/en/wsl/wsl.mdx b/src/content/docs/en/wsl/wsl.mdx index 23f9d78..8c186a0 100644 --- a/src/content/docs/en/wsl/wsl.mdx +++ b/src/content/docs/en/wsl/wsl.mdx @@ -7,6 +7,8 @@ import ThemedImage from '@components/ThemedImage.astro'; ## Installation +Athena OS WSL image is based on Athena Arch and uses **pacman** as package manager. + Make sure WSL is enabled in you system by following [Microsoft documentation](https://learn.microsoft.com/en-us/windows/wsl/install). You can install Athena OS WSL from Microsoft Store.

@@ -69,4 +71,17 @@ kex --sl -s Kali docs has a well documented page about Win-Kex Seamless Mode. Visit [Win-KeX Seamless Mode usage documentation](https://www.kali.org/docs/wsl/win-kex-sl/) for further information. +## Getting Started + +When you start Athena OS WSL, it is a best practice to use the fastest mirrors for your location and update all the packages. To do this, run: +``` +mirrorxx +sudo rate-mirrors --concurrency 40 --allow-root --disable-comments --save /etc/pacman.d/chaotic-mirrorlist chaotic-aur +init-keys +sudo pacman -Syyu +``` +:::note +If you get messages like `WARNING: failed to rate http(s) download (https://mirror.theash.xyz/arch/extra/os/x86_64/extra.db): HTTP Error 403: Forbidden`, you can ignore them. +::: +