Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emanh1 committed Jun 15, 2017
1 parent 22986ae commit 15eedd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ This was originally made by <a href="https://www.spigotmc.org/members/riotshield

```
#!/bin/sh
cd /home/minecraft
mkdir tempdl
cd tempdl
cd /home/minecraft #Switch to the directory /home/minecraft
mkdir tempdl #Make a folder where the jars should be downloaded to
cd tempdl #Switch to the folder we just made
wget http://ci.md-5.net/job/Spigot/lastSuccessfulBuild/artifact/Spigot-Server/target/spigot.jar #Download the latest version of Spigot
wget http://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar #Download the latest version of BungeeCord
#Copy the .jars to the server folders
#You can change where the jars will be placed
cp spigot.jar /home/minecraft/economy/spigot.jar
cp spigot.jar /home/minecraft/factions/spigot.jar
cp spigot.jar /home/minecraft/hungergames/spigot.jar
Expand Down

0 comments on commit 15eedd1

Please sign in to comment.