Commit Graph

38 Commits

Author SHA1 Message Date
48b0a3c793 Add other_software/setup-gcm.sh 2024-10-04 15:43:17 -06:00
VetheonGames
da139eb646 Fix handle for missing depends to include make 2024-06-11 12:50:51 -06:00
VetheonGames
747721bf11 Update to handle when things are already installed 2024-06-11 12:44:57 -06:00
VetheonGames
149cfb250d New installer for Rbenv and Ruby 2024-06-11 12:42:29 -06:00
VetheonGames
5c15d46800 Make messaging more clear (aka I worded something poorly) 2024-06-10 23:17:46 -06:00
VetheonGames
85d132bbdf Make no email version while I dev out the API 2024-06-10 23:12:08 -06:00
VetheonGames
c340dd0ef5 Make the notification system way better and more secure 2024-06-10 22:39:09 -06:00
VetheonGames
0de30b2c32 INeedHelp 2024-06-10 22:23:55 -06:00
VetheonGames
bbf36c683a Fix minor bug 2024-06-10 21:56:12 -06:00
VetheonGames
52ce1a81ed . 2024-06-10 21:55:27 -06:00
VetheonGames
8762918d10 I forgot to run chmod to set the uninstaller perms 2024-01-08 18:30:59 -07:00
VetheonGames
885a3fbab0 add uninstaller, make sure installer downloads and sets it up for us too 2024-01-08 18:16:52 -07:00
VetheonGames
124eed083a Trying to fix non-interactive mode 2024-01-08 18:06:16 -07:00
VetheonGames
4d87c7ff94 fix missing updater_url 2024-01-08 18:02:12 -07:00
VetheonGames
e941857450 Reorganize and remove the shade throwing 2024-01-08 18:00:34 -07:00
VetheonGames
d2f6ad273d Change how we are handle the update alias and path export to go to the right places, and be verbose about it 2024-01-08 17:53:28 -07:00
VetheonGames
c61a8b97c6 Setup install script so that it can be ran unattended with curl again 2024-01-08 17:40:07 -07:00
VetheonGames
6fcf36f068 Add check to prevent user from trying to install if AllPac already exists 2024-01-08 16:29:51 -07:00
VetheonGames
0f41bb28ea Change up the way we handle adding ourselves to the system path 2024-01-08 16:26:09 -07:00
VetheonGames
054331cb5a Minor patch to set GOCACHE env var if it's not set automatically 2024-01-08 15:58:48 -07:00
VetheonGames
2630490dee update to check if wget exists and offer to install it 2024-01-08 14:58:02 -07:00
865478e64b Update allpac/install.sh
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2024-01-08 14:54:28 -07:00
3d059e500f Update allpac/install.sh
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2024-01-08 14:49:56 -07:00
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