Skip to content

Commit

Permalink
๐Ÿ› Fixed bug in install file
Browse files Browse the repository at this point in the history
  • Loading branch information
AeternusDio committed Aug 28, 2024
1 parent dcf4b76 commit b89ee9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit b89ee9f

Please sign in to comment.