[bugfix] mitigate systemd failure for wsl
This commit is contained in:
parent
5faae3be15
commit
063611ea63
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user