mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
⬆️ Updates the Home Assistant CLI to v4.0.1
This commit is contained in:
parent
8f859dddc1
commit
02b0e0b069
2 changed files with 11 additions and 12 deletions
|
@ -93,9 +93,9 @@ RUN \
|
||||||
&& mv /tmp/code-server /usr/local/bin/code-server \
|
&& mv /tmp/code-server /usr/local/bin/code-server \
|
||||||
&& chmod a+x /usr/local/bin/code-server \
|
&& chmod a+x /usr/local/bin/code-server \
|
||||||
\
|
\
|
||||||
&& curl -L -s -o /usr/bin/hassio \
|
&& curl -L -s -o /usr/bin/ha \
|
||||||
"https://github.com/home-assistant/hassio-cli/releases/download/3.1.2/hassio_${BUILD_ARCH}" \
|
"https://github.com/home-assistant/cli/releases/download/4.0.1/ha_${BUILD_ARCH}" \
|
||||||
&& chmod a+x /usr/bin/hassio \
|
&& chmod a+x /usr/bin/ha \
|
||||||
\
|
\
|
||||||
&& git clone --branch master --single-branch --depth 1 \
|
&& git clone --branch master --single-branch --depth 1 \
|
||||||
"git://github.com/robbyrussell/oh-my-zsh.git" ~/.oh-my-zsh \
|
"git://github.com/robbyrussell/oh-my-zsh.git" ~/.oh-my-zsh \
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
|
|
||||||
_ _ _
|
_ _ _ _ _
|
||||||
| | | | (_)
|
| | | | /\ (_) | | | |
|
||||||
| |__| | __ _ ___ ___ _ ___
|
| |__| | ___ _ __ ___ ___ / \ ___ ___ _ ___| |_ __ _ _ __ | |_
|
||||||
| __ |/ _` / __/ __| | |/ _ \
|
| __ |/ _ \| '_ ` _ \ / _ \ / /\ \ / __/ __| / __| __/ _` | '_ \| __|
|
||||||
| | | | (_| \__ \__ \_| | (_) |
|
| | | | (_) | | | | | | __/ / ____ \\__ \__ \ \__ \ || (_| | | | | |_
|
||||||
|_| |_|\__,_|___/___(_)_|\___/
|
|_| |_|\___/|_| |_| |_|\___| /_/ \_\___/___/_|___/\__\__,_|_| |_|\__|
|
||||||
|
|
||||||
|
|
||||||
Our Cli:
|
Our command line:
|
||||||
$ hassio help
|
$ ha help
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue