Skip to content

Commit

Permalink
0.9.8.9
Browse files Browse the repository at this point in the history
#####
1. 更新Dockerfile
2. 修复路径BUG

#####
  • Loading branch information
Xingsandesu committed Jan 19, 2024
1 parent 64b116b commit c4f9b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ curl -sSL -o get-taichi.sh https://download.kookoo.top/get-taichi.sh && bash get
```
- 或者
```Shell
curl -sSL -o https://raw.githubusercontent.com/Xingsandesu/TaiChi_OS/master/.shell/get-taichi.sh && bash get-taichi.sh
curl -sSL -o get-taichi.sh https://raw.githubusercontent.com/Xingsandesu/TaiChi_OS/master/.shell/get-taichi.sh && bash get-taichi.sh
```
#### ARM64
- 内测二进制支持版本Ubuntu18.04日期往后的所有发行版, Docker支持所有运行Docker的发行版, 源码安装支持主流Linux发行版
Expand Down
4 changes: 0 additions & 4 deletions core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
'get_docker_shell_command': 'curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh'
}

# 如果目录不存在,创建它
if not os.path.exists(os.path.dirname(config_path)):
os.makedirs(os.path.dirname(config_path))

# 如果存在,尝试打开文件并读取值
if os.path.exists(config_path):
try:
Expand Down

0 comments on commit c4f9b91

Please sign in to comment.