From b38408be3ea03774d5d881db7643c425b066a6c4 Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 3 Aug 2023 13:49:53 +0000 Subject: [PATCH] disable wsl systemd installation --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index c67fcfd..a4894a1 100755 --- a/install.sh +++ b/install.sh @@ -465,6 +465,9 @@ if [ "$1" == "remove" ]; then exit; 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