File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,9 @@ NC='\033[0m'
1212REPO_URL=" https://github.com/apiad/opencode-core.git"
1313
1414banner () {
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
3320error () {
You can’t perform that action at this time.
0 commit comments