Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
The --release-file flag isn't listed under the install.sh script's help, but is very useful for local development.
Help is updated to show this flag.
install and update build targets are also added to the Makefile. These are shortcuts to install.sh using the --release-flag to use the locally built version. Shortcuts for development.
The
--release-file
flag isn't listed under theinstall.sh
script's help, but is very useful for local development.Help is updated to show this flag.
install
andupdate
build targets are also added to theMakefile
. These are shortcuts toinstall.sh
using the--release-flag
to use the locally built version. Shortcuts for development.