summaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-01 19:21:38 -0600
committerAdam <[email protected]>2025-12-01 19:21:55 -0600
commit61d0d66daeef8001c5ae4998376e14212b7b98da (patch)
treeca3da4a129175ba91ffc1b4cc0e3b5e5f82d6424 /install
parent86522f1b3e0a702aa4a90ca63cf3f48589c78171 (diff)
downloadopencode-61d0d66daeef8001c5ae4998376e14212b7b98da.tar.gz
opencode-61d0d66daeef8001c5ae4998376e14212b7b98da.zip
fix: install orange
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 77ecf34b9..5135bbd1a 100755
--- a/install
+++ b/install
@@ -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:-}