5 lines
167 B
Bash
5 lines
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
|