Skip to content

Commit dd8bc51

Browse files
committed
fix: simplify banner to text-only
1 parent 68b9b73 commit dd8bc51

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

docs/install.sh

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@ NC='\033[0m'
1212
REPO_URL="https://github.com/apiad/opencode-core.git"
1313

1414
banner() {
15-
cat << 'EOF'
16-
17-
╔═══════════════════════════════════════════════════════════╗
18-
║ ║
19-
║ ███████╗ ██████╗ ██████╗ ████████╗ ██████╗ ██████╗ ║
20-
║ ██╔════╝██╔═══██╗██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ║
21-
║ █████╗ ██║ ██║██████╔╝ ██║ ██║ ██║██████╔╝ ║
22-
║ ██╔══╝ ██║ ██║██╔══██╗ ██║ ██║ ██║██╔══██╗ ║
23-
║ ██║ ╚██████╔╝██║ ██║ ██║ ╚██████╔╝██║ ██║ ║
24-
║ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ║
25-
║ ║
26-
║ Framework Installer v2.0 ║
27-
║ ║
28-
╚═══════════════════════════════════════════════════════════╝
29-
30-
EOF
15+
echo ""
16+
echo -e "${BOLD}OpenCode Opinionated Framework Installer${NC}"
17+
echo ""
3118
}
3219

3320
error() {

0 commit comments

Comments
 (0)