From a8281008784f52ca36a4465cf6f12c6e469b9e29 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 May 2025 22:26:45 +1200 Subject: [PATCH] dropshell release 2025.0514.2226 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index be7430e..cb9c988 100755 --- a/install.sh +++ b/install.sh @@ -40,6 +40,9 @@ fi chmod +x "$TMPDIR/dropshell" cp "$TMPDIR/dropshell" /usr/local/bin/dropshell +if [ -f /usr/local/bin/ds ]; then + rm -f /usr/local/bin/ds +fi ln -s /usr/local/bin/dropshell /usr/local/bin/ds rm -rf "$TMPDIR"