Installers for PixelRidge Softworks Software
Go to file
VetheonGames 9d3b6993be
Comprehensive Installer Update
This commit introduces several significant changes to the install script to improve its robustness and compatibility with the project's requirements.

Key changes include:

    Updated the Ruby and Bundler versions in the installation steps from 3.0.5 and 2.4.6 respectively to 3.2.2 and 2.4.17 to match the versions used in the project.

    Added a step to create necessary directories if they do not exist. This ensures that the script can run successfully even if the directories are not pre-existing.

    Moved the step to set permissions to after the directory creation. This change is crucial to prevent potential bundle install failure due to lack of write permissions.

    Changed the order of operations to set permissions before cloning the repository. This ensures that the user has the necessary permissions for the subsequent operations.

    Updated the repository URL in the git clone command to match the current project repository.

    Changed the command to start the program for the first time from ruby starter.rb to ./rub2 to reflect the current method of starting the program.

These changes collectively enhance the user experience by ensuring a smoother installation process and better alignment with the project's current setup and requirements.

Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com>
2023-07-29 13:39:35 -06:00
install.sh Comprehensive Installer Update 2023-07-29 13:39:35 -06:00