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. 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