removed mkdir command in installing the textures
Apparently the wget -P flag creates directories.
This commit is contained in:
@@ -259,7 +259,6 @@ If you want or need to provide your own textures, you have several options:
|
|||||||
::
|
::
|
||||||
|
|
||||||
VERSION=1.6.1
|
VERSION=1.6.1
|
||||||
mkdir -p ~/.minecraft/versions/$VERSION/
|
|
||||||
wget https://s3.amazonaws.com/Minecraft.Download/versions/$VERSION/${VERSION}.jar -P ~/.minecraft/versions/$VERSION/
|
wget https://s3.amazonaws.com/Minecraft.Download/versions/$VERSION/${VERSION}.jar -P ~/.minecraft/versions/$VERSION/
|
||||||
|
|
||||||
* You can also just run the launcher to install the client.
|
* You can also just run the launcher to install the client.
|
||||||
|
|||||||
Reference in New Issue
Block a user