894af50d34
Lädt Latest Mfbot und erstellt symlink
5 lines
No EOL
167 B
Bash
5 lines
No EOL
167 B
Bash
#!/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 |