nullpo-head / wsl-distrod

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.
MIT License
1.9k stars 90 forks source link

Fix/update install.sh #75

Open AndASM opened 1 year ago

AndASM commented 1 year ago

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.