From 2f74b7215687fce1fd0f9ecb8d1024755ddcf69f Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 13 Jul 2023 09:48:58 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9fb12e7..0eae9e2 100755 --- a/install.sh +++ b/install.sh @@ -458,8 +458,7 @@ fi SYSTEM_SETTINGS=$(grep -Pzow '\[boot\]\nsystemd\=true' /etc/wsl.conf); if [ "$SYSTEM_SETTINGS" == "" ]; then - echo "[boot] -systemd=true" | $SUDO_CMD tee /etc/wsl.conf; + echo "[boot]\nsystemd=true" | $SUDO_CMD tee /etc/wsl.conf; echo "Not corresponding wsl configuration found, modified and need a WSL system restart from Windows terminal"; fi