-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels