/MCsniperPY-setup

Easily set up MCsniperPY with one command. Requires cURL.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

MCsniperPY-setup

Easily set up MCsniperPY with one command. Requires cURL.

Windows

In CMD run the following:

curl -o setup-sniper.bat https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/win.bat & setup-sniper.bat

Mac

In Terminal run the following:

curl -o setup-sniper.sh https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/mac.sh && chmod 755 setup-sniper.sh && sh setup-sniper.sh

Linux

In an SSH/shell session run the following:

curl -o setup-sniper.sh https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/linux.sh && chmod 755 setup-sniper.sh && sh setup-sniper.sh