From daa9dc4193553a1774ecf37f4dcff802c3998897 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 17 Apr 2023 15:21:33 +0700 Subject: [PATCH] update user_cmd example --- user_cmd.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user_cmd.sh b/user_cmd.sh index f3f31ea..60b82cb 100644 --- a/user_cmd.sh +++ b/user_cmd.sh @@ -3,5 +3,8 @@ cd && mkdir .ssh ; echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/mtlYUEoWutGWNhj timedatectl set-timezone Asia/Krasnoyarsk localectl set-locale LANG=en_GB.UTF-8 -timedatectl set-ntp 1 + +service ntp stop +ntpdate pool.ntp.org +service ntp start hwclock --systohc --localtime