[bugfix] mitigate systemd failure for wsl

This commit is contained in:
root 2021-06-06 17:48:49 +08:00
parent 5faae3be15
commit 063611ea63

View File

@ -4,7 +4,7 @@ set -e
DIR=$(dirname "$(readlink -f "$0")") DIR=$(dirname "$(readlink -f "$0")")
. "$DIR/../env.sh" . "$DIR/../env.sh"
sudo timedatectl set-ntp on sudo timedatectl set-ntp on || true
. "$DIR/mirrors.sh" . "$DIR/mirrors.sh"
. "$DIR/basic.sh" . "$DIR/basic.sh"
. "$DIR/fish.sh" . "$DIR/fish.sh"