There was an error while loading. Please reload this page.
1 parent 063ad90 commit 7902a14Copy full SHA for 7902a14
1 file changed
install.sh
@@ -104,6 +104,7 @@ install() {
104
error "Binary not found in archive"
105
fi
106
107
+ rm -f "$INSTALL_DIR/$BINARY_NAME"
108
cp "$BINARY_PATH" "$INSTALL_DIR/$BINARY_NAME"
109
chmod +x "$INSTALL_DIR/$BINARY_NAME"
110
0 commit comments