Skip to content

Commit

Permalink
updating install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ribeiro committed Apr 15, 2012
1 parent 3ded4c9 commit f1e9597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions setup_scripts/dev_install.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -e
set -e
echo "Setting up conjcraft's development environment"
cd ~
git clone git://github.com/danielribeiro/conjcraft.git
cd conjcraft
setup_scripts/setup.sh
setup_scripts/setup.sh
1 change: 0 additions & 1 deletion setup_scripts/install_modloader.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
minecraft_path="$HOME/Library/Application Support/minecraft"
modloader_url=http://dl.dropbox.com/u/20629262/Latest/ModLoader.zip

Expand Down
3 changes: 1 addition & 2 deletions setup_scripts/setup.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
modpath=~/conjcraft/minecraft_modding
minecraft_path="$HOME/Library/Application Support/minecraft"
mcp_url=http://mcp.ocean-labs.de/files/mcp62.zip
Expand All @@ -10,7 +9,7 @@ mkdir -p $modpath
cd $modpath
wget $mcp_url
unzip mcp62.zip
cp -rf "$minecraft_path/bin" "$minecraft_path/resources" jars
cp -rf "$minecraft_path/bin" "$minecraft_path/resources/jars"
cd jars
wget $modloader_url
unzip ModLoader.zip -d modloader
Expand Down

0 comments on commit f1e9597

Please sign in to comment.