From 86c0fbdd64d5c4b58792860865cd4e6615451fbf Mon Sep 17 00:00:00 2001 From: laci Date: Tue, 8 Aug 2023 08:55:45 +0000 Subject: [PATCH] enable wsl.conf creation --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 277fd6a..d166fbf 100755 --- a/install.sh +++ b/install.sh @@ -489,8 +489,6 @@ if [ "$1" == "remove" ]; then fi; # else run install -WSL_DISTRO_NAME=""; # disable WSL systemd installation - # running on WSL if [ -n "$WSL_DISTRO_NAME" ]; then if [ ! -f /etc/wsl.conf ]; then @@ -736,6 +734,7 @@ if [ "$ANSWER" == "y" ] || [ "$ANSWER" == "Y" ] || [ "$ANSWER" == "" ]; then registry.format.hu/installer-tool fi +WSL_DISTRO_NAME=""; # disable WSL systemd support installation - not working correctly # running on WSL if [ -n "$WSL_DISTRO_NAME" ]; then # enable systemd support on current images