
Fixed spelling/grammar for most output messages. Updated references to 'make sql' to 'make server'. Signed-off-by: Euphy <euphy.raliel@rathena.org>
5 lines
202 B
Bash
Executable File
5 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
# Perl Setup
|
|
# Sets up perl environment with all required module dependencies.
|
|
cpan install File::Basename Getopt::Long DBI DBD::mysql YAML YAML:XS Cwd Net::Ping Scalar::Util Git::Repository;
|