[feature] auto enable ntp

This commit is contained in:
Klesh Wong 2020-12-26 23:29:20 +08:00
parent f1b7364028
commit 0bbd32141e

View File

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