diff options
| author | Adam <[email protected]> | 2025-12-01 19:21:38 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-01 19:21:55 -0600 |
| commit | 61d0d66daeef8001c5ae4998376e14212b7b98da (patch) | |
| tree | ca3da4a129175ba91ffc1b4cc0e3b5e5f82d6424 /install | |
| parent | 86522f1b3e0a702aa4a90ca63cf3f48589c78171 (diff) | |
| download | opencode-61d0d66daeef8001c5ae4998376e14212b7b98da.tar.gz opencode-61d0d66daeef8001c5ae4998376e14212b7b98da.zip | |
fix: install orange
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ APP=opencode MUTED='\033[0;2m' RED='\033[0;31m' -ORANGE='\033[38;2;255;140;0m' +ORANGE='\033[38;5;214m' NC='\033[0m' # No Color requested_version=${VERSION:-} |
