mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* added FileBot.jar auto-update script for Linux to portable package
This commit is contained in:
parent
1ca8de3ab7
commit
161d09e291
7
installer/portable/update-filebot.sh
Normal file
7
installer/portable/update-filebot.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
SOURCE="${BASH_SOURCE[0]}"
|
||||
while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
|
||||
INSTALL_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
|
||||
echo "Update $INSTALL_DIR/FileBot.jar"
|
||||
curl -L -O -z "$INSTALL_DIR/FileBot.jar" "http://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot.jar"
|
Loading…
Reference in New Issue
Block a user