Skip to content

Commit 4be1ea1

Browse files
BitByte08claude
andcommitted
chore :: 저장소 이름 변경 반영 — Cockpit.EntertainmentClusterUnit
BitByte08/Cockpit.EntertainmentClusterUnit 으로 이름 변경됨. update.sh, mainwindow.cpp, README.md의 repo URL 일괄 수정. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6464140 commit 4be1ea1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ CarEntertainmentClusterUnit/
8585

8686
```bash
8787
# 릴리스에서 설치 스크립트 + 바이너리 직접 다운로드
88-
curl -L https://github.com/bitbyte08/CarEntertainmentClusterUnit/releases/latest/download/install.sh \
88+
curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/install.sh \
8989
-o install.sh
9090

91-
curl -L https://github.com/bitbyte08/CarEntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
91+
curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
9292
-o cluster-arm64
9393

9494
sudo bash install.sh ./cluster-arm64
@@ -98,7 +98,7 @@ sudo reboot
9898
또는 저장소 클론 후 설치:
9999

100100
```bash
101-
git clone https://github.com/bitbyte08/CarEntertainmentClusterUnit.git
101+
git clone https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit.git
102102
cd CarEntertainmentClusterUnit
103103
sudo bash scripts/install.sh
104104
sudo reboot
@@ -107,7 +107,7 @@ sudo reboot
107107
### 2. 바이너리만 수동 업데이트
108108

109109
```bash
110-
curl -L https://github.com/bitbyte08/CarEntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
110+
curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
111111
-o /tmp/cluster-arm64
112112

113113
sudo install -m 755 /tmp/cluster-arm64 /opt/cluster/cluster

apps/cluster/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <QProcess>
1414
#include <memory>
1515

16-
static constexpr const char *kGithubRepo = "bitbyte08/CarEntertainmentClusterUnit";
16+
static constexpr const char *kGithubRepo = "BitByte08/Cockpit.EntertainmentClusterUnit";
1717

1818
MainWindow::MainWindow(QWidget* parent)
1919
: QMainWindow(parent),

scripts/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
INSTALL_DIR="/opt/cluster"
77
BINARY_NAME="cluster"
88
ASSET_NAME="cluster-arm64"
9-
GITHUB_REPO="bitbyte08/CarEntertainmentClusterUnit"
9+
GITHUB_REPO="BitByte08/Cockpit.EntertainmentClusterUnit"
1010
API_URL="https://api.github.com/repos/${GITHUB_REPO}/releases/latest"
1111
VERSION_FILE="${INSTALL_DIR}/VERSION"
1212
TMP_BINARY="/tmp/cluster-update"

0 commit comments

Comments
 (0)