Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
@ -270,6 +270,7 @@ install.wsl2() {
run() {
OS="$(get_os)"
info "Detected system is '$OS'"
if fn.exists "install.$OS"; then
"install.$OS"
else