Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea41d77 commit 32f097eCopy full SHA for 32f097e
README.md
@@ -3,7 +3,7 @@ These are shell scripits I've been writing to make things easier. :)
3
4
MIT License
5
6
-Auto Install Multicraft and Libs: (Supported Versions: Ubuntu, Debian and CentOS 6 and 7)
+# Auto Install Multicraft and Libs: (Supported Versions: Ubuntu, Debian and CentOS 6 and 7)
7
```
8
yum -y install wget; apt-get -y install wget; wget https://raw.githubusercontent.com/JustOneMoreBlock/shell-scripts/master/auto-install-multicraft.sh -O auto-install-multicraft.sh; chmod +x auto-install-multicraft.sh; sh auto-install-multicraft.sh
9
0 commit comments