Commit Graph

71 Commits

Author SHA1 Message Date
Tristan Ancelet 713ea521c8 Had to change the way I've implemented the chdir in the install steps since it errors out 2024-10-22 08:20:05 -05:00
tristan b6226ad3cb Cleaned up portions 2024-10-19 11:20:47 -05:00
tristan 72549ac3bf Objectized the installer 2024-10-19 11:13:45 -05:00
tristan eb875363e1 added feature to allow user to name their backup 2024-10-19 10:55:30 -05:00
tristan 7b61dd700a Added installation backup functionality 2024-10-19 10:16:53 -05:00
tristan 01a838c7f2 Pre change 2024-10-18 22:48:44 -05:00
tristan 89cbb8a4d4 Added a new discord install script 2024-10-18 21:04:58 -05:00
tristan 4b409db718 fixed grammar & output of script
:
2024-06-06 17:37:05 -05:00
tristan ef2bb4f28a Added new handle_logs function 2024-06-06 17:15:31 -05:00
tristan 2e9d4712fa Moved keyring install to correct place 2024-05-12 22:31:21 -05:00
tristan 50c4834032 Fixed syntax issue and added archlinux-keyring install & configure 2024-05-12 22:27:05 -05:00
tristan 617326fd52 Removed un-necessary echo statement 2023-12-06 11:32:11 -06:00
tristan 5501e3fa57 Removed un-necessary shifts and reset index of variable 2023-12-06 11:31:10 -06:00
tristan 6cf389acdd Forgot to push on other computer (fixed variable setting) 2023-12-06 11:28:04 -06:00
tristan b22dcd6831 Somehow deleted the coproc 2023-12-06 11:06:51 -06:00
tristan 4873410cd2 removed redirect into /dev/null for installer download (so that the user is aware that a download is happening) 2023-12-03 22:13:01 -06:00
Tristan Ancelet 2a7519024c Added 'Description' to doc 2023-12-01 12:48:34 -06:00
Tristan Ancelet 254e7834b7 corrected wget dep to curl 2023-12-01 12:47:29 -06:00
Tristan Ancelet 8ff7e47140 Capitalized letter 2023-12-01 12:46:25 -06:00
Tristan Ancelet 6806beb733 Added doc section explaining the script and my plans for it 2023-12-01 12:45:01 -06:00
Tristan Ancelet dd157e834c Cleaned up 'log' function. Variable declarations somehow were inline (didn't affect function, just doesn't look right 2023-12-01 12:28:52 -06:00
Tristan Ancelet f504eb3c63 Added log statement to notify user that the desktop file will be udated if there is a difference with the new desktop file setup after installation/update 2023-12-01 12:26:13 -06:00
Tristan Ancelet 05a05dfca6 Updated comments and log messages to correct them 2023-12-01 12:24:18 -06:00
Tristan Ancelet 22669044db Removed un-necessary desktop-file-install's and setup flagged conditional that will handle installing/updating the desktop file if needed 2023-12-01 12:22:49 -06:00
Tristan Ancelet 2b6efc9a5d Just realized there was an icon dir already existing in ($HOME/.local/share/icons). Removed my "custom" one and will use it instead. 2023-12-01 12:15:51 -06:00
Tristan Ancelet fc82020be3 Updated log message to correct it and removed un-necessary sudo before desktop-file-install 2023-12-01 12:10:59 -06:00
Tristan Ancelet 47fbc1cb8a Added new section that will handle installing the desktop file if it isn't already 2023-12-01 12:08:37 -06:00
tristan 2291793f6d Added NOTES in doc 2023-11-26 14:42:15 -06:00
tristan d61b97bc49 updated make and doc section 2023-11-26 14:40:14 -06:00
tristan 6bb33bad72 Added new synergy v1.x build script for fedora 2023-11-26 14:36:02 -06:00
tristan 7e1c698858 Decided to just give full path to btrfs util for each call due to the alias not working and the crontab not giving it enough of a PATH to know where it is 2023-11-26 12:58:06 -06:00
tristan 97b5db543d Updated .gitmodules 2023-11-25 17:54:45 -06:00
tristan 4059d7cfc2 Updated readme 2023-11-25 17:52:19 -06:00
tristan 1991b72b7b updated readme 2023-11-25 17:49:53 -06:00
tristan 620666220f Had to add logic to re-format disk string in case it is an nvme drive. Also removed BIOS header creation (as it's not needed since the first it's created automatically with the first MBR partition 2023-11-25 17:16:07 -06:00
tristan 60ab5840ba Had to fix btrfs path type 2023-11-24 17:47:10 -06:00
tristan de8c7de945 Added -s flag to curl to silence it 2023-11-18 19:35:41 -06:00
tristan a734bbf83b Implemented logging functions 2023-11-18 19:32:42 -06:00
tristan 02dbe5e0eb Replaced manual retrieval of remote version with function call 2023-11-18 19:23:23 -06:00
tristan 4e5967e3bc Added a section documenting the script 2023-11-18 19:13:31 -06:00
tristan 0911f7b134 Had to replace camtel.net with 2023-11-18 19:01:45 -06:00
tristan f334b8d66e Had to setup hostname calls in do_emergency_email so that the default value of MESSAGE woudln't have to be manually altered 2023-11-18 18:59:58 -06:00
tristan 431918e013 Fixed 'proxy' to 'relay' 2023-11-18 18:57:25 -06:00
tristan d15bbd57fa Added README 2023-11-18 18:46:28 -06:00
tristan 88d8054d53 Added a section that will install the desktop file if it isn't detected as installed 2023-11-18 18:40:49 -06:00
tristan 0a53b9674d Re-enabled the desktop portion of the installer, was testing out other features 2023-11-18 15:15:22 -06:00
tristan 9074cf529d Added a few menues for user to choose timezone and locale 2023-11-18 14:27:06 -06:00
tristan 6b20dba53e Began implementing timezone logic 2023-11-18 12:59:17 -06:00
tristan 6c660b941a Merge remote branch “origin/master” 2023-11-18 12:43:41 -06:00
tristan de14c072f7 Added new helper functions to make script more interactive, and implemented them. 2023-11-18 12:41:35 -06:00