Skip to content

Commit

Permalink
更新软件源
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingsandesu committed Jul 31, 2024
1 parent 6ded884 commit b158fe9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .shell/get-taichi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ EOF
cat << EOF > /etc/systemd/system/taichi.service
[Unit]
Description=Taichi
Documentation=https://app.kookoo.top
Documentation=https://taichi.evautocar.com/
After=network.target
Wants=network.target
Expand Down Expand Up @@ -838,7 +838,7 @@ EOF
cat << EOF > /etc/systemd/system/taichi.service
[Unit]
Description=Taichi
Documentation=https://app.kookoo.top
Documentation=https://taichi.evautocar.com/
After=network.target
Wants=network.target
Expand Down Expand Up @@ -1017,7 +1017,7 @@ fi

echo "=========太极OS========="
echo "WIKI: https://github.com/Xingsandesu/TaiChi_OS"
echo "官方软件源: https://app.kookoo.top"
echo "官方软件源: https://taichi.evautocar.com/"
echo "$status"
echo "Docker 路径:$docker_data_path"
echo "========================"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ vim /etc/systemd/system/taichi.service
```
[Unit]
Description=Taichi
Documentation=https://app.kookoo.top
Documentation=https://taichi.evautocar.com
After=network.target
Wants=network.target
[Service]
Expand Down Expand Up @@ -214,7 +214,7 @@ systemctl enable taichi

### 官方源

https://app.kookoo.top
https://taichi.evautocar.com

### 手动部署

Expand Down
4 changes: 2 additions & 2 deletions core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# 定义默认值
default_data = {
'source_url': 'https://app.kookoo.top',
'source_url': 'https://taichi.evautocar.com/',
'docker_service_config': (
"[Unit]\n"
"Description=Docker Application Container Engine\n"
Expand Down Expand Up @@ -86,6 +86,6 @@
"""

TAICHI_OS_WELCOME_MESSAGE = ("\n"
"版本 : 1.0.1.1\n"
"版本 : 1.0.1.2\n"
"交流群 : 909881726"
"GITHUB : https://github.com/Xingsandesu/TaiChi_OS\n")

0 comments on commit b158fe9

Please sign in to comment.