Code broken during "ghost install" ProcessError -- Command failed: /bin/sh -c sudo -S -p

Trying a Ghost install and receiving the error below… the error includes information about the environment… this seems like broken code unless I am missing something…

[poolghost@darkice ~]$ ghost install
:heavy_check_mark: Checking system Node.js version
:heavy_check_mark: Checking logged in user
:heavy_check_mark: Checking current folder permissions
System checks failed with message: ‘Linux version is not Ubuntu 16, 18, or 20’
Some features of Ghost-CLI may not work without additional configuration.
For local installs we recommend using ghost install local instead.
? Continue anyway? Yes
System stack check skipped
:information_source: Checking system compatibility [skipped]
:heavy_check_mark: Checking for a MySQL installation
:heavy_check_mark: Checking memory availability
:heavy_check_mark: Checking free space
:heavy_check_mark: Checking for latest Ghost version
:heavy_check_mark: Setting up install directory
:heavy_check_mark: Downloading and installing Ghost v3.41.6
:heavy_check_mark: Finishing install process
? Enter your blog URL: http://localhost:2368
? Enter your MySQL hostname: localhost
? Enter your MySQL username: root
? Enter your MySQL password: [hidden]
? Enter your Ghost database name: poolghost_prod
:heavy_check_mark: Configuring Ghost
:heavy_check_mark: Setting up instance

  • sudo chown -R ghost:ghost /home/poolghost/content
    ? Sudo Password [hidden]
    :heavy_check_mark: Setting up “ghost” system user
    ? Do you wish to set up “ghost” mysql user? Yes
    :heavy_check_mark: Setting up “ghost” mysql user
    Nginx is not installed. Skipping Nginx setup.
    :information_source: Setting up Nginx [skipped]
    Nginx setup task was skipped, skipping SSL setup
    :information_source: Setting up SSL [skipped]
    Systemd service has already been set up. Skipping Systemd setup
    :information_source: Setting up Systemd [skipped]
  • sudo systemctl is-active ghost_arcticmyst-com
    :heavy_multiplication_x: Starting Ghost
    One or more errors occurred.
  1. ProcessError
    Message: Command failed: /bin/sh -c sudo -S -p ‘#node-sudo-passwd#’ systemctl is-active ghost_arcticmyst-com
    unknown
    Exit code: 3
    Debug Information:
    OS: CentOS Linux, v7
    Node Version: v10.16.0
    Ghost Version: 3.41.6
    Ghost-CLI Version: 1.15.3
    Environment: production
    Command: ‘ghost install’
    Additional log info available in: /home/poolghost/.ghost/logs/ghost-cli-debug-2021-02-18T20_41_35_541Z.log (this has no other info)
    Try running ghost doctor to check your system for known issues.
    You can always refer to Ghost-CLI - A fully loaded tool for installation and configuration for troubleshooting.

Please advise and let us know if any other info is needed to troubleshoot… I cannot find any other info on Google…

Best Regards,

-Avery