Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 23:28
· 10 commits to main since this release

Car Cluster Unit v0.0.1

설치 방법 (Raspberry Pi)

curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
  -o /opt/cluster/cluster
chmod +x /opt/cluster/cluster
sudo systemctl restart cluster-kiosk

최초 설치

curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/install.sh \
  -o install.sh
curl -L https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/releases/latest/download/cluster-arm64 \
  -o cluster-arm64
sudo bash install.sh ./cluster-arm64
sudo reboot

Full Changelog: https://github.com/BitByte08/Cockpit.EntertainmentClusterUnit/commits/v0.0.1