5501e3fa57
Removed un-necessary shifts and reset index of variable
tristan2023-12-06 11:31:10 -06:00
6cf389acdd
Forgot to push on other computer (fixed variable setting)
tristan2023-12-06 11:28:04 -06:00
b22dcd6831
Somehow deleted the coproc
tristan2023-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)
tristan2023-12-03 22:13:01 -06:00
2a7519024c
Added 'Description' to doc
Tristan Ancelet
2023-12-01 12:48:34 -06:00
254e7834b7
corrected wget dep to curl
Tristan Ancelet
2023-12-01 12:47:29 -06:00
8ff7e47140
Capitalized letter
Tristan Ancelet
2023-12-01 12:46:25 -06:00
6806beb733
Added doc section explaining the script and my plans for it
Tristan Ancelet
2023-12-01 12:45:01 -06:00
dd157e834c
Cleaned up 'log' function. Variable declarations somehow were inline (didn't affect function, just doesn't look right
Tristan Ancelet
2023-12-01 12:28:52 -06:00
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
Tristan Ancelet
2023-12-01 12:26:13 -06:00
05a05dfca6
Updated comments and log messages to correct them
Tristan Ancelet
2023-12-01 12:24:18 -06:00
22669044db
Removed un-necessary desktop-file-install's and setup flagged conditional that will handle installing/updating the desktop file if needed
Tristan Ancelet
2023-12-01 12:22:49 -06:00
2b6efc9a5d
Just realized there was an icon dir already existing in ($HOME/.local/share/icons). Removed my "custom" one and will use it instead.
Tristan Ancelet
2023-12-01 12:15:51 -06:00
fc82020be3
Updated log message to correct it and removed un-necessary sudo before desktop-file-install
Tristan Ancelet
2023-12-01 12:10:59 -06:00
47fbc1cb8a
Added new section that will handle installing the desktop file if it isn't already
Tristan Ancelet
2023-12-01 12:08:37 -06:00
d61b97bc49
updated make and doc section
tristan2023-11-26 14:40:14 -06:00
6bb33bad72
Added new synergy v1.x build script for fedora
tristan2023-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
tristan2023-11-26 12:58:06 -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
tristan2023-11-25 17:16:07 -06:00
60ab5840ba
Had to fix btrfs path type
tristan2023-11-24 17:47:10 -06:00
de8c7de945
Added -s flag to curl to silence it
tristan2023-11-18 19:35:41 -06:00
02dbe5e0eb
Replaced manual retrieval of remote version with function call
tristan2023-11-18 19:23:23 -06:00
4e5967e3bc
Added a section documenting the script
tristan2023-11-18 19:13:31 -06:00
0911f7b134
Had to replace camtel.net with
tristan2023-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
tristan2023-11-18 18:59:58 -06:00
431918e013
Fixed 'proxy' to 'relay'
tristan2023-11-18 18:57:25 -06:00
8d986d7a77
Had to fix a few spelling errors and update the path of one of the variables
tristan2023-11-11 15:18:30 -06:00
9dc28a1cf6
Just mocked up a script to install LibreNMS, my coworker want's us to use this for network monitoring instead of zabbix. So I thought I might give it a try
tristan2023-11-11 15:03:41 -06:00
4ab64cc1f1
Had to unescape EXEX_REPLACEMENT that would've prevented the desktop file from being valid
tristan2023-11-10 18:15:22 -06:00
b44ac4e4b4
Had to add the install disk at the end of the grub-install lines (didn't see that until I tried to install 3 times)
tristan2023-11-10 17:03:28 -06:00
fc290a728d
Had to fix typo when installing networkmanager, caused it to fail to install NM and wpa_supplicant
tristan2023-11-10 16:36:36 -06:00
9f6f752a8a
Had to replace yes with the --noconfirm command because it didn't work for the gnome installation (as it asks for you to pick your subsystems)
tristan2023-11-10 16:21:46 -06:00
8a6eccb884
Had to alter my 'yes' calls. As I had put un-needed flags '-y' that caused the utility to error out, causing my install to fail
tristan2023-11-10 16:13:25 -06:00
2133dd9d47
Had to fix it YET again. I didn't realize that bash had -b to verify if something is a block device
tristan2023-11-10 16:07:47 -06:00
6da855a05f
Had to change -d flag to -f as I forgot disks are considered special files
tristan2023-11-10 16:06:11 -06:00
c0bc51e9a7
Added a functionality to pass arguments to install script
tristan2023-11-10 16:04:47 -06:00
8f3d8912f3
Had to remove a few copied lines from the embedded script (kinda caused it to fail to fully install a couple times before I caught it
tristan2023-11-10 15:59:14 -06:00
1cdd9342f9
Had to fix a path mispelling, and had to fix multiline comments in embeded script
tristan2023-11-10 15:49:51 -06:00
ac608174fa
Made a few changes to allow for both BIOS and EFI installations
tristan2023-11-10 15:35:16 -06:00
9b91217a09
Started making scripted installer for archlinux with explanation about every part of the process
tristan2023-11-10 14:08:41 -06:00
5ce434c7a7
Created new repo for just my scripts
tristan2023-11-02 11:44:20 -05:00