Commit Graph

96 Commits

Author SHA1 Message Date
vinceliuice
9c673d5a34 Update install.sh 2023-07-24 21:47:50 +08:00
anandusateesh
5a9e5b58a0
Fixed directory issues 2023-07-21 23:07:59 +05:30
vinceliuice
8d2f2e17b8 Update install.sh 2023-07-22 00:31:33 +08:00
vinceliuice
c991e3a3a7 Update install.sh 2023-07-21 23:15:11 +08:00
vinceliuice
bf840ebdb7 Update install.sh 2023-07-21 23:09:52 +08:00
vinceliuice
1358b497d9 Merge branch 'master' of github.com:vinceliuice/grub2-themes 2023-07-21 22:56:08 +08:00
vinceliuice
8383f6b4f8 Update install.sh 2023-07-21 22:51:22 +08:00
Michael Mugnai
4deac71ab4
improve grub.bak existance check 2023-07-09 22:09:07 +02:00
vinceliuice
8cd0ea9b4a Update install.sh 2023-04-15 23:05:00 +08:00
Vince
48338ec6a3 Update install.sh 2022-10-30 23:36:05 +08:00
Vince
e77cbfa662 Fixed #181 2022-10-30 23:20:45 +08:00
Vince
967a302d8f update 2022-10-23 19:44:08 +08:00
Mika Hyttinen
8303aa2825 Remove override of THEME_DIR 2022-10-23 08:46:09 +03:00
Joshua Noeske
b5b4780418 Update install.sh to fix installation on Fedora 34 and later. 2022-03-26 10:50:37 +01:00
vinceliuice
f4f3354233 Update install.sh 2022-03-19 10:32:20 +08:00
madisetti
2fd6eb9b66
Needs to exit 0 2022-02-20 23:00:36 -05:00
madisetti
824064faa9
Move clear to remove busybox dependency 2022-02-20 22:46:11 -05:00
madisetti
e5b869f186
Added generate hook 2022-02-20 22:26:29 -05:00
Vince
9e440c4bbc Update install.sh 2022-01-22 18:29:10 +08:00
The-Plottwist
9d244c9d07 Fixed issue #149
In the old functionality, the current config file was being replaced with a backup file (if it had presented).
However, we now back-up the config file and replace the active theme line instead.
2022-01-15 22:36:57 +03:00
The-Plottwist
d27e1caf5f Little fixes
Almost always ```read``` command should be used with ```-r``` option.
Added some clarity about globals.
2022-01-15 21:15:50 +03:00
The-Plottwist
2824010b86 Improved Readability
Added section headers and made some rearrangements to improve readability.
Removed discouraged '$?' usage.
Added install_program function.
2022-01-15 21:11:14 +03:00
Vince
fd0f0717e1 Fixed #148 2021-12-05 14:12:59 +08:00
Vince
de33b1a2c3
Update install.sh
update
2021-10-22 09:18:31 +08:00
Vince
748c4c4e93 Update install.sh 2021-10-16 23:46:24 +08:00
Vince
8b0c63584b Update install.sh 2021-10-16 22:07:14 +08:00
Vince
9527f1c408 Fixed #143 2021-10-16 20:30:48 +08:00
Vince
8851372401 Merge branch 'master' of github.com:vinceliuice/grub2-themes 2021-09-26 21:39:22 +08:00
Vince
c6b7fdfc8f Update install.sh 2021-09-26 21:38:42 +08:00
Vince
a91e83254f Fixed #137 #115 2021-09-12 15:14:00 +08:00
Vince
5a31c8d8e7 Fixed #126 2021-06-15 13:19:28 +08:00
vinceliuice
ab5ba9cf78 update 2021-06-02 13:15:05 +08:00
vinceliuice
aa3e2b3c04 update 2021-06-01 10:54:29 +08:00
Vince
8f4becc1a5
Merge pull request #121 from shaansubbaiah/patch-1
Update help function, prevent slaze and whitesur themes with ultrawide res
2021-05-09 22:21:59 +08:00
Vince
1ccc78c7a0 Fixed #124 2021-05-09 21:21:29 +08:00
pakaoraki
cd5eaf3b84 Fix missing unicode.pf2 in fedora 2021-05-08 01:14:55 +02:00
shaansubbaiah
9b2a9f41b9 Prevent slaze, whitesur themes with ultrawide res 2021-04-19 12:14:34 +05:30
Shaan Subbaiah
f4680564a9
Fix missing whitesur arguments in help function 2021-04-19 11:26:06 +05:30
vinceliuice
30c1a9162b update 2021-01-25 23:54:41 +08:00
vinceliuice
5871779b04 Fixed Kali linux install issue #111 2021-01-25 16:49:21 +08:00
vinceliuice
1007834d93 Update install.sh 2021-01-21 09:49:56 +08:00
Roger Volden
1adb17bfa1 Added 1440p ultrawide options 2021-01-07 14:28:48 -08:00
vinceliuice
99c5be14a9 Update install.sh 2020-12-21 12:19:05 +08:00
Vince
f3b5e2783e Update install.sh 2020-11-21 21:02:46 +08:00
Nurverek
aa8108f74b [install.sh]
Fixed the following issues :

- The password prompt went all wonky if password was wrong
- The password prompt did not use system password cache and kept asking for password again on reruns of script
- Installation failed if the script was initially ran by "sudo" due to inability to preserve ownership of files during cp commands
- Security issue where the password prompt could be interrupted (Ctrl+C) and rerun without sleeping for few seconds first just like normal sudo failure in terminal
- The sudo command would no longer accept password from ANY commands system-wide if wrong password was given to the install script enough times!! (the only fix would be restarting the system)
2020-11-10 21:48:52 +03:30
Nurverek
f4b1a85ab0 - Reordered the $screen check function in pre-root part of install() to avoid unnecessary code execution in case the program exists early due to $screen error if ultrawide is selected with Slazy
- Minor grammatical error fixes
2020-11-10 16:04:12 +03:30
Nurverek
d005d49168 Few grammatical error fixed 2020-11-10 15:16:53 +03:30
Stuart Hayhurst
a32502f6ed More robust detection of GRUB_TERMINAL=console, autocomment GRUB_TERMINAL_OUTPUT=console 2020-10-18 16:33:19 +01:00
Vince
70152af6d2 Update install.sh 2020-10-18 22:24:56 +08:00
Stuart Hayhurst
59915392a0 Fix arguments being passed while authenticating 2020-10-18 12:30:38 +01:00