Skip to content

OneScript Installation Fails Due to Incorrect Filename in README #2

@Ferguson230

Description

@Ferguson230

Hi,

I’ve just installed Vvveb on some of our new cPanel servers and encountered an issue while using the one-script install code provided below. The zip file was downloaded as main.zip, but the unzip command was looking for cpanel-plugin-main.zip, which caused the extraction to fail.

However, after manually unzipping main.zip, I was able to navigate into the cpanel-plugin-main directory and complete the installation successfully.

To ensure a smoother installation experience, I recommend updating the install script in the README file as follows:

Current:

wget https://github.com/Vvveb/cpanel-plugin/archive/refs/heads/main.zip
unzip cpanel-plugin-main.zip && cd cpanel-plugin-main/
chmod +x install.sh && ./install.sh

Suggested Update:

wget https://github.com/Vvveb/cpanel-plugin/archive/refs/heads/main.zip
unzip main.zip && cd cpanel-plugin-main/
chmod +x install.sh && ./install.sh

Thank you and great work on this project.

Kind regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions