This commit is contained in:
xyj 2024-01-27 10:46:28 +08:00
parent 71041ca0c8
commit d21f1d61e9
1 changed files with 2 additions and 1 deletions

View File

@ -45,9 +45,10 @@ $ sudo apt install git
# 设置时区为上海
$ sudo timedatectl set-timezone Asia/Shanghai
$ sudo hwclock --systohc
$ sudo hwclock --hctosys
$ date
Thu Dec 14 15:13:45 CST 2023
# 更新py库
$ pip3 install --upgrade pip
```