mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
* Make SSH promt a bit color full * Update CHANGELOG.md * Update build.json * upgrade Alpine
6 lines
115 B
Bash
6 lines
115 B
Bash
#!/usr/bin/env bash
|
|
export PS1="\e[0;32m[\h \W]\$ \e[m"
|
|
export SUPERVISOR_TOKEN={{ .supervisor_token }}
|
|
|
|
ha banner
|