dropshell release 2025.0514.2226
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name 2025-05-14 22:26:45 +12:00
parent fcc517a115
commit a828100878

View File

@ -40,6 +40,9 @@ fi
chmod +x "$TMPDIR/dropshell" chmod +x "$TMPDIR/dropshell"
cp "$TMPDIR/dropshell" /usr/local/bin/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 ln -s /usr/local/bin/dropshell /usr/local/bin/ds
rm -rf "$TMPDIR" rm -rf "$TMPDIR"