Update 'install.sh'
This commit is contained in:
@@ -459,7 +459,7 @@ fi
|
|||||||
SYSTEM_SETTINGS=$($SUDO_CMD grep -Pzow '\[boot\]\nsystemd\=true' /etc/wsl.conf);
|
SYSTEM_SETTINGS=$($SUDO_CMD grep -Pzow '\[boot\]\nsystemd\=true' /etc/wsl.conf);
|
||||||
if [ "$SYSTEM_SETTINGS" == "" ]; then
|
if [ "$SYSTEM_SETTINGS" == "" ]; then
|
||||||
$SUDO_CMD echo "[boot]
|
$SUDO_CMD echo "[boot]
|
||||||
systemd=true" >> /etc/wsl.conf;
|
systemd=true" | $SUDO_CMD cat /etc/wsl.conf;
|
||||||
echo "Not corresponding wsl configuration found, modified and need a WSL system restart from Windows terminal";
|
echo "Not corresponding wsl configuration found, modified and need a WSL system restart from Windows terminal";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user