[no ci] Overlay: update banner (#1358)

pull/1359/head
viktorxda 2024-03-25 04:31:23 +01:00 committed by GitHub
parent 70a7196e74
commit 025575edeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
/###### /###### /####### /###### .d88888b. 8888888 8888888b. .d8888b.
/##__ ## |_ ##_/ | ##__ ## /##__ ## d88P" "Y88b 888 888 Y88b d88P Y88b
| ## \ ## /###### /###### /####### | ## | ## \ ## | ## \__/ 888 888 888 888 888 888 888
| ## | ## /##__ ## /##__ ## | ##__ ## | ## | #######/ | ## 888 888 88888b. .d88b. 88888b. 888 888 d88P 888
| ## | ## | ## \ ## | ######## | ## \ ## | ## | ##____/ | ## 888 888 888 "88b d8P Y8b 888 "88b 888 8888888P" 888
| ## | ## | ## | ## | ##_____/ | ## | ## | ## | ## | ## ## 888 888 888 888 88888888 888 888 888 888 888 888
| ######/ | #######/ | ####### | ## | ## /###### | ## | ######/ Y88b. .d88P 888 d88P Y8b. 888 888 888 888 Y88b d88P
\______/ | ##____/ \_______/ |__/ |__/ |______/ |__/ \______/ "Y88888P" 88888P" "Y8888 888 888 8888888 888 "Y8888P"
| ## 888
| ## build 888
|__/ 888

View File

@ -12,7 +12,7 @@ echo_c() {
if [ "$PS1" ]; then if [ "$PS1" ]; then
[ -f /etc/os-release ] && . /etc/os-release [ -f /etc/os-release ] && . /etc/os-release
[ -f /etc/openipc_banner ] && echo_c 34 "$(cat /etc/openipc_banner)" [ -f /etc/openipc_banner ] && echo_c 34 "$(cat /etc/openipc_banner)"
echo_c 32 "$(printf "%56s" "${GITHUB_VERSION}")" echo_c 32 "$(printf "%51s" "${GITHUB_VERSION}")"
[ -f /etc/openipc_donors ] && echo_c 37 "\n\n$(cat /etc/openipc_donors)\n\n" [ -f /etc/openipc_donors ] && echo_c 37 "\n\n$(cat /etc/openipc_donors)\n\n"
if [ "$(id -u)" -eq 0 ]; then if [ "$(id -u)" -eq 0 ]; then
export PS1='\u@\h:\w\# ' export PS1='\u@\h:\w\# '