From 063611ea637561b4cfca3c8cfd0ef20ce4bfed54 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Jun 2021 17:48:49 +0800 Subject: [PATCH] [bugfix] mitigate systemd failure for wsl --- cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/install.sh b/cli/install.sh index 36efd24..0f12dd9 100755 --- a/cli/install.sh +++ b/cli/install.sh @@ -4,7 +4,7 @@ set -e DIR=$(dirname "$(readlink -f "$0")") . "$DIR/../env.sh" -sudo timedatectl set-ntp on +sudo timedatectl set-ntp on || true . "$DIR/mirrors.sh" . "$DIR/basic.sh" . "$DIR/fish.sh"