From b89ee9f5eaa28f73e2d5eeaa041e7e0d01cd522d Mon Sep 17 00:00:00 2001 From: AeternusDio Date: Tue, 27 Aug 2024 17:45:14 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20bug=20in=20install=20fil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 4e6e146..8ede6dc 100644 --- a/install.sh +++ b/install.sh @@ -13,10 +13,6 @@ if [ ! -f target/release/sftm ]; then exit 1 fi -TEMPLATE_TARGET_PATH="/home/$USER/.local/share/LICENSER/" -mkdir -p "$TEMPLATE_TARGET_PATH" -mv Templates/ "$TEMPLATE_TARGET_PATH" - if [[ "$OSTYPE" == "darwin"* ]]; then echo "Detected macOS. Copying sftm to /usr/local/bin..." sudo cp target/release/sftm /usr/local/bin/