use git.io url for the net installer (shorter)

This commit is contained in:
FezVrasta 2015-06-24 12:53:25 +02:00
parent 969d73a411
commit ee050cffae

View File

@ -40,7 +40,7 @@ iptables -I INPUT -p udp --dport 7778 -j ACCEPT
To install ARK Server Tools run this command:
```sh
curl -s https://raw.githubusercontent.com/FezVrasta/ark-server-tools/master/netinstall.sh | sudo bash -s steam
curl -s http://git.io/vtf5N | sudo bash -s steam
```
NB: You may want to change the `bash -s` parameter to fit your steam user if different from `steam`.