From 3cd95d6265142bf5625c4221da9bd219d6919ac3 Mon Sep 17 00:00:00 2001 From: suman chapai Date: Fri, 2 May 2025 20:35:22 +0545 Subject: [PATCH] fix: bs2ad working as ad2bs. fixes #6 --- scripts/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 949baca..6ec232f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -67,9 +67,6 @@ echo "Installing ad2bs $VERSION" tar -xf "$TMP_DIR/$TAR_FILE" -C "$TMP_DIR" rm -rf "$TMP_DIR/$TAR_FILE" -# TEMP: for temp bs2ad -cp "${TMP_DIR}/ad2bs" "${TMP_DIR}/bs2ad" - # Installing binaries for binexe in $BINARIES; do if [ "$OS" = "windows" ]; then