Add project build and test process of ParchLinux WSL

This commit is contained in:
Amir Husayn Panahifar 2025-05-03 19:58:47 +03:30
parent e4186f4c3b
commit 669b428504
12 changed files with 253 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#!/bin/bash
# Show some documentation
cat <<EOF
Welcome to the Parch Linux WSL image!
This image is maintained at <https://git.parchlinux.com/parchlinux/parchlinux-wsl>.
Please, report bugs at <https://git.parchlinux.org/parchlinux/parchlinux-wsl/-/issues>.
Note that WSL 1 is not supported.
For more information about this WSL image and its usage (including "tips and tricks" and troubleshooting steps), see the related Arch Wiki page at <https://wiki.parchlinux.com/title/Install_Parch_Linux_on_WSL>.
While images are built regularly, it is strongly recommended running "pacman -Syu" right after the first launch due to the rolling release nature of Parch Linux.
EOF
echo -e "\nGenerating pacman keys..." && pacman-key --init 2> /dev/null && echo "Done"