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 f5f4c27 commit 82b6ca7Copy full SHA for 82b6ca7
install.sh
@@ -46,8 +46,8 @@ INSTALL_DIR="$PREFIX/bin"
46
mkdir -p "$INSTALL_DIR"
47
48
# Install binary
49
-if [ -f "copilot" ]; then
50
- mv copilot "$INSTALL_DIR/copilot"
+if [ -f "$DOWNLOAD_DIR/copilot" ]; then
+ mv "$DOWNLOAD_DIR/copilot" "$INSTALL_DIR/copilot"
51
chmod +x "$INSTALL_DIR/copilot"
52
echo "✓ GitHub Copilot CLI installed to $INSTALL_DIR/copilot"
53
else
0 commit comments