mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
Make SSH promt a bit color full (#2190)
* Make SSH promt a bit color full * Update CHANGELOG.md * Update build.json * upgrade Alpine
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 9.2.0
|
||||
|
||||
- Upgrade to Alpine 3.14
|
||||
- Make Bash promt more colorful
|
||||
- Upgrade Home Assistant CLI to 4.13.0
|
||||
|
||||
## 9.1.3
|
||||
|
||||
- Upgrade Home Assistant CLI to 4.12.3
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
|
||||
"amd64": "ghcr.io/home-assistant/amd64-base:3.13",
|
||||
"armhf": "ghcr.io/home-assistant/armhf-base:3.13",
|
||||
"armv7": "ghcr.io/home-assistant/armv7-base:3.13",
|
||||
"i386": "ghcr.io/home-assistant/i386-base:3.13"
|
||||
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
|
||||
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
|
||||
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
|
||||
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
|
||||
"i386": "ghcr.io/home-assistant/i386-base:3.14"
|
||||
},
|
||||
"args": {
|
||||
"CLI_VERSION": "4.12.3",
|
||||
"CLI_VERSION": "4.13.0",
|
||||
"LIBWEBSOCKETS_VERSION": "4.1.4",
|
||||
"TTYD_VERSION": "1.6.3"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
export PS1="\W \$ "
|
||||
export PS1="\e[0;32m[\h \W]\$ \e[m"
|
||||
export SUPERVISOR_TOKEN={{ .supervisor_token }}
|
||||
|
||||
ha banner
|
||||
|
||||
Reference in New Issue
Block a user