Commit Graph

21 Commits

Author SHA1 Message Date
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 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 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 de14c072f7 Added new helper functions to make script more interactive, and implemented them. 2023-11-18 12:41:35 -06:00
tristan 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) 2023-11-10 17:03:28 -06:00
tristan fc290a728d Had to fix typo when installing networkmanager, caused it to fail to install NM and wpa_supplicant 2023-11-10 16:36:36 -06:00
tristan 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) 2023-11-10 16:21:46 -06:00
tristan 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 2023-11-10 16:13:25 -06:00
tristan 2133dd9d47 Had to fix it YET again. I didn't realize that bash had -b to verify if something is a block device 2023-11-10 16:07:47 -06:00
tristan 6da855a05f Had to change -d flag to -f as I forgot disks are considered special files 2023-11-10 16:06:11 -06:00
tristan c0bc51e9a7 Added a functionality to pass arguments to install script 2023-11-10 16:04:47 -06:00
tristan 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 2023-11-10 15:59:14 -06:00
tristan 1cdd9342f9 Had to fix a path mispelling, and had to fix multiline comments in embeded script 2023-11-10 15:49:51 -06:00
tristan ac608174fa Made a few changes to allow for both BIOS and EFI installations 2023-11-10 15:35:16 -06:00
tristan 9b91217a09 Started making scripted installer for archlinux with explanation about every part of the process 2023-11-10 14:08:41 -06:00