Browse Source

chg: dev: [install.sh] prints out the detected system

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
pull/1/head
Valentin Lab 4 years ago
parent
commit
3772eb5afb
  1. 1
      src/install.sh

1
src/install.sh

@ -270,6 +270,7 @@ install.wsl2() {
run() {
OS="$(get_os)"
info "Detected system is '$OS'"
if fn.exists "install.$OS"; then
"install.$OS"
else

Loading…
Cancel
Save