pgk -> pkg for OpenSolaris installer

This commit is contained in:
Michael Coburn
2024-04-23 16:58:21 -06:00
parent 6bff59c061
commit 2a2160fff7
22 changed files with 22 additions and 22 deletions

View File

@@ -316,7 +316,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');