„download.sh“ hinzufügen
Lädt Latest Mfbot und erstellt symlink
This commit is contained in:
parent
8d6eea2e2f
commit
894af50d34
1 changed files with 5 additions and 0 deletions
5
download.sh
Normal file
5
download.sh
Normal 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
|
Loading…
Reference in a new issue