Files
linux-workspace/scripts/mdr-install.sh
2020-09-28 19:01:39 +02:00

13 lines
240 B
Bash
Executable File

#!/bin/bash
# git clone https://github.com/MichaelMure/mdr.git ~/src/others/
set -o nounset
set -x
set -e
mdr=$WORKSPACE/opt/bin/mdr
wget https://github.com/MichaelMure/mdr/releases/download/v0.2.5/mdr_linux_amd64 -O $mdr
chmod +x $mdr