From fb0d1527b21782c9553bbfd2ff70aac6bbaebdee Mon Sep 17 00:00:00 2001
From: Egida Gecos <no0z@outlook.com>
Date: Mon, 1 Apr 2024 15:52:36 +0300
Subject: [PATCH] Update install.md

minor improvements of installer instructions
---
 pages/02.administer/10.install/install.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pages/02.administer/10.install/install.md b/pages/02.administer/10.install/install.md
index 8ea41c29..0080d73d 100644
--- a/pages/02.administer/10.install/install.md
+++ b/pages/02.administer/10.install/install.md
@@ -209,7 +209,10 @@ mkdir -p WSL\YunoHost
 # Download the Debian appx package and unzip it
 curl.exe -L -o debian.zip https://aka.ms/wsl-debian-gnulinux
 Expand-Archive .\debian.zip -DestinationPath .\debian
-# Import the Debian base into a new distro
+# Import the Debian base into a new distro - optional -
+# depending on your powershell version you may need to run the installer manually from debian folder
+# which will result ext4.vhdx being stored in AppData\Local\Packages\DebianProject(full-name)\LocalState
+# instead of YunoHost directory (so it's a part of MStore - nothing unorthodox)
 wsl --import YunoHost ~\WSL\YunoHost ~\debian\install.tar.gz --version 2
 # Cleanup
 rmdir .\debian -R
@@ -223,8 +226,11 @@ It is under Debian 9 Stretch, so let's upgrade it:
 # In WSL
 sudo sed -i 's/stretch/bullseye/g' /etc/apt/sources.list`
 sudo apt update
-sudo apt upgrade
+sudo apt upgrade -y
+# optional
 sudo apt dist-upgrade
+# wget needed for later setup
+sudo apt install wget -y
 ```
 
 ## Prevent WSL from tweaking configuration files