Skip to content

Commit 6f30578

Browse files
committed
Add notice
1 parent fa43ed3 commit 6f30578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ fi
6464

6565
# Install binary
6666
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
6770
mv -f "$DOWNLOAD_DIR/copilot" "$INSTALL_DIR/copilot"
6871
chmod +x "$INSTALL_DIR/copilot"
6972
echo "✓ GitHub Copilot CLI installed to $INSTALL_DIR/copilot"

0 commit comments

Comments
 (0)