We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa43ed3 commit 6f30578Copy full SHA for 6f30578
install.sh
@@ -64,6 +64,9 @@ fi
64
65
# Install binary
66
if [ -f "$DOWNLOAD_DIR/copilot" ]; then
67
+ if [ -f "$INSTALL_DIR/copilot" ]; then
68
+ echo "Notice: Replacing copilot binary found at $INSTALL_DIR/copilot."
69
+ fi
70
mv -f "$DOWNLOAD_DIR/copilot" "$INSTALL_DIR/copilot"
71
chmod +x "$INSTALL_DIR/copilot"
72
echo "✓ GitHub Copilot CLI installed to $INSTALL_DIR/copilot"
0 commit comments