File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9494sudo 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
102102cd CarEntertainmentClusterUnit
103103sudo bash scripts/install.sh
104104sudo 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
113113sudo install -m 755 /tmp/cluster-arm64 /opt/cluster/cluster
Original file line number Diff line number Diff line change 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
1818MainWindow::MainWindow (QWidget* parent)
1919 : QMainWindow(parent),
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set -euo pipefail
66INSTALL_DIR=" /opt/cluster"
77BINARY_NAME=" cluster"
88ASSET_NAME=" cluster-arm64"
9- GITHUB_REPO=" bitbyte08/CarEntertainmentClusterUnit "
9+ GITHUB_REPO=" BitByte08/Cockpit.EntertainmentClusterUnit "
1010API_URL=" https://api.github.com/repos/${GITHUB_REPO} /releases/latest"
1111VERSION_FILE=" ${INSTALL_DIR} /VERSION"
1212TMP_BINARY=" /tmp/cluster-update"
You can’t perform that action at this time.
0 commit comments