From 7731522327fa1a0ed461ba21a52e67d66b4dfdfc Mon Sep 17 00:00:00 2001 From: daChuky510 <169714794+daChuky510@users.noreply.github.com> Date: Sat, 25 Apr 2026 04:42:40 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 347cf2dc..bbe40310 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GitHub Copilot CLI + # GitHub Copilot CLI The power of GitHub Copilot, now in your terminal. From 4439e0f62cae76ad687ae73cb0465af2de464d1e Mon Sep 17 00:00:00 2001 From: daChuky510 <169714794+daChuky510@users.noreply.github.com> Date: Sat, 25 Apr 2026 05:21:17 -0700 Subject: [PATCH 2/2] Update install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b63486dd..39618a5f 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ -#!/usr/bin/env bash -set -e +#!/usr/bin/env base # GitHub Copilot CLI Installation Script # Usage: curl -fsSL https://gh.io/copilot-install | bash