We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b9b73 commit dd8bc51Copy full SHA for dd8bc51
1 file changed
docs/install.sh
@@ -12,22 +12,9 @@ NC='\033[0m'
12
REPO_URL="https://github.com/apiad/opencode-core.git"
13
14
banner() {
15
- cat << 'EOF'
16
-
17
- ╔═══════════════════════════════════════════════════════════╗
18
- ║ ║
19
- ║ ███████╗ ██████╗ ██████╗ ████████╗ ██████╗ ██████╗ ║
20
- ║ ██╔════╝██╔═══██╗██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ║
21
- ║ █████╗ ██║ ██║██████╔╝ ██║ ██║ ██║██████╔╝ ║
22
- ║ ██╔══╝ ██║ ██║██╔══██╗ ██║ ██║ ██║██╔══██╗ ║
23
- ║ ██║ ╚██████╔╝██║ ██║ ██║ ╚██████╔╝██║ ██║ ║
24
- ║ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ║
25
26
- ║ Framework Installer v2.0 ║
27
28
- ╚═══════════════════════════════════════════════════════════╝
29
30
-EOF
+ echo ""
+ echo -e "${BOLD}OpenCode Opinionated Framework Installer${NC}"
31
}
32
33
error() {
0 commit comments