Tristan Ancelet
|
77eb648a9a
|
Fixed a few things
|
2024-10-24 20:53:32 -05:00 |
|
Tristan Ancelet
|
1e53f004f7
|
Fix logging messages
|
2024-10-22 14:20:55 -05:00 |
|
Tristan Ancelet
|
696a71bd8b
|
Added backwards compat override to Dir class
|
2024-10-22 14:14:27 -05:00 |
|
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 |
|
|
b6226ad3cb
|
Cleaned up portions
|
2024-10-19 11:20:47 -05:00 |
|
|
72549ac3bf
|
Objectized the installer
|
2024-10-19 11:13:45 -05:00 |
|
|
eb875363e1
|
added feature to allow user to name their backup
|
2024-10-19 10:55:30 -05:00 |
|
|
7b61dd700a
|
Added installation backup functionality
|
2024-10-19 10:16:53 -05:00 |
|
|
01a838c7f2
|
Pre change
|
2024-10-18 22:48:44 -05:00 |
|
|
89cbb8a4d4
|
Added a new discord install script
|
2024-10-18 21:04:58 -05:00 |
|
|
4b409db718
|
fixed grammar & output of script
:
|
2024-06-06 17:37:05 -05:00 |
|
|
ef2bb4f28a
|
Added new handle_logs function
|
2024-06-06 17:15:31 -05:00 |
|
|
2e9d4712fa
|
Moved keyring install to correct place
|
2024-05-12 22:31:21 -05:00 |
|
|
50c4834032
|
Fixed syntax issue and added archlinux-keyring install & configure
|
2024-05-12 22:27:05 -05:00 |
|
|
617326fd52
|
Removed un-necessary echo statement
|
2023-12-06 11:32:11 -06:00 |
|
|
5501e3fa57
|
Removed un-necessary shifts and reset index of variable
|
2023-12-06 11:31:10 -06:00 |
|
|
6cf389acdd
|
Forgot to push on other computer (fixed variable setting)
|
2023-12-06 11:28:04 -06:00 |
|
|
b22dcd6831
|
Somehow deleted the coproc
|
2023-12-06 11:06:51 -06:00 |
|
|
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 |
|
|
2291793f6d
|
Added NOTES in doc
|
2023-11-26 14:42:15 -06:00 |
|
|
d61b97bc49
|
updated make and doc section
|
2023-11-26 14:40:14 -06:00 |
|
|
6bb33bad72
|
Added new synergy v1.x build script for fedora
|
2023-11-26 14:36:02 -06:00 |
|
|
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 |
|
|
97b5db543d
|
Updated .gitmodules
|
2023-11-25 17:54:45 -06:00 |
|
|
4059d7cfc2
|
Updated readme
|
2023-11-25 17:52:19 -06:00 |
|
|
1991b72b7b
|
updated readme
|
2023-11-25 17:49:53 -06:00 |
|
|
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 |
|
|
60ab5840ba
|
Had to fix btrfs path type
|
2023-11-24 17:47:10 -06:00 |
|
|
de8c7de945
|
Added -s flag to curl to silence it
|
2023-11-18 19:35:41 -06:00 |
|
|
a734bbf83b
|
Implemented logging functions
|
2023-11-18 19:32:42 -06:00 |
|
|
02dbe5e0eb
|
Replaced manual retrieval of remote version with function call
|
2023-11-18 19:23:23 -06:00 |
|
|
4e5967e3bc
|
Added a section documenting the script
|
2023-11-18 19:13:31 -06:00 |
|
|
0911f7b134
|
Had to replace camtel.net with
|
2023-11-18 19:01:45 -06:00 |
|
|
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 |
|
|
431918e013
|
Fixed 'proxy' to 'relay'
|
2023-11-18 18:57:25 -06:00 |
|
|
d15bbd57fa
|
Added README
|
2023-11-18 18:46:28 -06:00 |
|
|
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 |
|
|
0a53b9674d
|
Re-enabled the desktop portion of the installer, was testing out other features
|
2023-11-18 15:15:22 -06:00 |
|
|
9074cf529d
|
Added a few menues for user to choose timezone and locale
|
2023-11-18 14:27:06 -06:00 |
|