Commit Graph

28 Commits

Author SHA1 Message Date
The Infinite Rick 64673283fa Fixed behavior of select_option function
1. Fixed arrow behavior: In single column selections, the highlighted option would go below the last option on down arrow.

2. Fixed arrow behavior: In 4 column selections, the highlighted option would go to the right of the last option on right arrow.

3. Removed the unused return code argument being passed to all oinstances of select_option.

4. Removed various unused variables: return_value, lastcol, startcol, lines, size.

5. Removed unnecessary `shift 4`

6. Removed unnecessary dollar signs from variable names in math operations.

7. Replaced unused opt variable in for loop with the appropriate _

8. Replaced deprecated instance of `` with $() for command substitutions.
2023-10-07 14:03:50 -04:00
blusewill d061cf97aa Update curl-installation command 2023-08-31 20:35:56 +08:00
Chris Titus 5f80f7e0f3 ArchTitus 2.0 2023-08-24 10:02:28 -05:00
Chris Titus 6fe316f446
Merge branch 'main' into password 2022-07-30 10:06:16 -05:00
Chris Titus 4331141919
Merge pull request #265 from stojshic/main
Change to the list of DE/WM's to be auto-populating
2022-07-30 10:02:03 -05:00
Chris Titus 3054110713
Merge branch 'main' into backgrounds 2022-07-30 10:01:20 -05:00
Austin Horstman 9c8a77090d Add shdoc decorators for the github action to generate some documentation. 2022-03-21 16:04:44 -05:00
Chris Titus 00b49edc59
Merge pull request #276 from Zackptg5/avahi
Add avahi service enable
2022-03-20 20:36:19 -05:00
Zackptg5 6bb84dead7 Add avahi fix 2022-03-07 21:04:12 -05:00
farhan f7888d5f12 password function 2022-03-03 18:03:56 +00:00
Austin Horstman b37c415a88 Add some extra actions 2022-03-02 12:20:14 -06:00
Slavko Stojshic 9b9c2ee37f Remove leftover aur-pkgs.txt and pacman-pkgs.txt from list of DE/WM's 2022-03-02 18:04:22 +01:00
Slavko Stojshic 963f367f9b Changed hardcoded list of DE/WM's to the list that will list DE/WM's that are available in pkg-files folder, so you could just add new WM to the list of options by adding new .txt file and populating list of apps you want (bspwm.txt, i3.txt...) 2022-03-02 17:43:33 +01:00
farhan a6e565ad17 background checks 3 2022-02-28 15:46:36 +00:00
farhan 719273b4c3 background checks 2 2022-02-28 15:44:35 +00:00
farhan 7f88b3bcda background checks 2022-02-28 15:43:38 +00:00
Chris Titus 7aff03901b efi server fix
Fixed UEFI installs for server install
2022-02-25 09:55:01 -06:00
Austin Horstman 017c9a9ba8 Add mkinitcpio plymouth hook 2022-02-23 22:53:25 -06:00
Austin Horstman d16dd322ee Add post setup of plymouth theme 2022-02-23 10:46:40 -06:00
Austin Horstman 1f915fa541 make sure devices are unmounted before formatting 2022-02-20 23:09:01 -06:00
Austin Horstman a854c3c479 Add -p to mkdir commands 2022-02-20 23:09:01 -06:00
Austin Horstman 28dcb64e8d Generate fstab from /mnt and use label to prevent incorrect UUID issue.
UUIDs always differ, use labels since we utilize them in formatting
2022-02-20 23:09:01 -06:00
Austin Horstman f78e8e17c1 fix log copy scope 2022-02-20 23:09:01 -06:00
Austin Horstman 46a029874f us default keymap 2022-02-20 23:09:01 -06:00
Austin Horstman a2b00058a2 fix misc errors from logs
Remove iptables-nft conflict

Include glibc in prereqs to prevent issues with outdated isos
2022-02-20 23:09:01 -06:00
Austin Horstman e21015e235 more console output and copying logs to installation, fix copy configs 2022-02-19 00:19:42 -06:00
Austin Horstman 17eea517f4 sudo fix 2022-02-18 09:42:36 -06:00
Austin Horstman 0ef4faae1d Reorganize solution 2022-02-18 09:42:36 -06:00