6 lines
150 B
Bash
Executable file
6 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
# TODO needs work
|
|
SERVER="download.kebler.net"
|
|
DIR=$(dirname "$(dirname "$(readlink -f "$0")")") || exit
|
|
echo Getting updated binary
|
|
wget
|