Commit Graph

15 Commits

Author SHA1 Message Date
VetheonGames
ada3cd2b08 Bug fixing 2024-01-08 14:43:29 -07:00
VetheonGames
a3fa99891b Major Update 1
Changed the pacman install command to 'pacman -Syu' to make the Arch Linux Forum shutup

Added some echo statements to throw shade at the arch forums and it's terrible users

refactor the path export to add in some logic to prevent the path from being ammended every time the user shell starts
2024-01-08 13:35:08 -07:00
VetheonGames
15ea1eaaab Fix pkg.list missing for installer script 2024-01-07 20:31:16 -07:00
VetheonGames
fc4968053e add touch for pkg.list allpac 2024-01-07 20:25:50 -07:00
VetheonGames
94210598db Make updater script more verbose 2024-01-07 20:16:54 -07:00
c5d57aceb9 Fix local version getter
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2024-01-07 20:01:17 -07:00
660e9d5a56 Fix .version path at remote
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2024-01-07 19:59:36 -07:00
VetheonGames
8e81a96403 Finish updater for allpac 2024-01-07 18:22:59 -07:00
VetheonGames
1286efdf01 Make installer download the updater too 2024-01-07 18:10:01 -07:00
VetheonGames
0dfad72a05 Reorganize. Add allpac installer and updater 2024-01-07 18:05:38 -07:00
65079ccbee Update install.sh
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2023-10-26 18:56:08 -06:00
0c482f7da3 Add LICENSE
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2023-09-06 13:16:03 -06:00
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
VetheonGames
19feb229c3
Repair final prompt to correctly start the program 2023-05-03 15:45:12 -06:00
VetheonGames
cf7a13388a
Add files via upload 2023-03-19 18:22:50 -06:00