Skip to content

Commit

Permalink
添加VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot authored Mar 4, 2024
1 parent 018c575 commit 6c70efd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions jcm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 1.0.7

- 添加VSCode

## 1.0.6

- 修复bug
Expand Down
2 changes: 1 addition & 1 deletion jcm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ RUN \
&& apt install -y --no-install-recommends \
python3-pip \
python3-dev \
&& curl -fsSL https://code-server.dev/install.sh | sh \
&& rm -fr \
/tmp/* \
/var/lib/apt/lists
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN if [ ! "${BUILD_ARCH}" = "i386" ]; then if [ ! "${BUILD_ARCH}" = "armhf" ]; then curl -fsSL get.docker.com | sh; fi fi
# Copy root filesystem
RUN rm -fr \
Expand Down
2 changes: 1 addition & 1 deletion jcm/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: jcm
version: "1.0.6"
version: "1.0.7"
slug: jcm
description: Jiang Cluster Management
url: "https://github.com/XiaoXianNv-boot/hassio_jcm"
Expand Down

0 comments on commit 6c70efd

Please sign in to comment.