„download.sh“ hinzufügen

Lädt Latest Mfbot und erstellt symlink
This commit is contained in:
Alpha 2019-01-07 13:07:53 +00:00
parent 8d6eea2e2f
commit 894af50d34

5
download.sh Normal file
View file

@ -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