From 3772eb5afb0b04c5837d887b9f4aabae2043c696 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 18 Dec 2019 08:54:08 +0100 Subject: [PATCH] chg: dev: [install.sh] prints out the detected system Signed-off-by: Valentin Lab --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index b4b0e1f..d628c9a 100755 --- a/src/install.sh +++ b/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