From 894af50d347221521071ef5e7fb984ffcbf69f5b Mon Sep 17 00:00:00 2001 From: Alpha Date: Mon, 7 Jan 2019 13:07:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edownload.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lädt Latest Mfbot und erstellt symlink --- download.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 download.sh diff --git a/download.sh b/download.sh new file mode 100644 index 0000000..18c5b0f --- /dev/null +++ b/download.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd / +wget https://www.mfbot.de/Download/latest/MFBot_Konsole_x86_64 +chmod a+x MFBot_Konsole_x86_64 +ln -sf /MFBot_Konsole_x86_64 /mfbot/MFBot_Konsole_x86_64 \ No newline at end of file