Skip to content

Commit

Permalink
0.9.9.6
Browse files Browse the repository at this point in the history
#####
1, 更新脚本,适应群晖

#####
  • Loading branch information
Xingsandesu committed Jan 21, 2024
1 parent 67f8dca commit 3eabd34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .shell/get-taichi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ install_taichi() {
]
}
EOF
systemctl daemon-reload
systemctl restart docker
systemctl daemon-reload || true
systemctl restart docker || true


mkdir -p /usr/taichi
Expand Down Expand Up @@ -770,8 +770,8 @@ python_install_taichi() {
]
}
EOF
systemctl daemon-reload
systemctl restart docker
systemctl daemon-reload || true
systemctl restart docker || true
echo "Docker配置覆盖完成"
echo "系统更新并安装依赖"
if [ -f /etc/os-release ]; then
Expand Down Expand Up @@ -902,8 +902,8 @@ docker_install_taichi() {
]
}
EOF
systemctl daemon-reload
systemctl restart docker
systemctl daemon-reload || true
systemctl restart docker || true
echo "Docker配置覆盖完成"

mkdir -p /usr/taichi
Expand Down

0 comments on commit 3eabd34

Please sign in to comment.