Installation script for mdr
This commit is contained in:
12
scripts/mdr-install.sh
Executable file
12
scripts/mdr-install.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user