Move installation scripts to install/ dir

This commit is contained in:
lachtan
2024-09-01 16:24:15 +02:00
parent 36b28ae72e
commit 420f85e31e
25 changed files with 14 additions and 30 deletions

12
install/mdr.sh Executable file
View 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