Tommaso Chiti
0fa13579ac
Cosmetics.
2022-05-28 17:59:59 +02:00
Tommaso Chiti
93c72be270
Cosmetics.
2022-05-28 17:56:38 +02:00
Tommaso Chiti
28021f29fe
Fixes.
2022-05-28 17:16:45 +02:00
Tommaso Chiti
4f0f039ef8
Fixing echos.
2022-05-28 17:13:24 +02:00
Tommaso Chiti
67726f96f7
modified echos.
2022-05-28 16:38:45 +02:00
Tommaso Chiti
97a740ce76
Better input.
2022-05-28 16:28:16 +02:00
Tommaso Chiti
550a74e5d7
Logo.
2022-05-28 15:39:28 +02:00
Tommaso Chiti
8ff96d9a2d
Logo.
2022-05-28 15:36:33 +02:00
Tommaso Chiti
cb4401e0c0
Cosmetics.
2022-05-28 15:09:02 +02:00
Tommaso Chiti
13e0a61e5f
Cosmetics again.
2022-05-28 14:04:20 +02:00
Tommaso Chiti
a0c2b986e3
Cosmetics.
2022-05-28 14:01:56 +02:00
Tommaso Chiti
40af31b236
Cosmetics (indentation).
2022-05-28 13:52:40 +02:00
Tommaso Chiti
9445b2ab50
Fixed host file.
2022-05-28 13:44:24 +02:00
Tommaso Chiti
8ea554916e
Cosmetics.
2022-05-27 15:52:41 +02:00
Tommaso Chiti
173cbb2635
Cosmetics.
2022-05-27 15:40:48 +02:00
Tommaso Chiti
3a6a4cc36d
Cosmetics again.
2022-05-27 15:16:48 +02:00
Tommaso Chiti
72eab02efa
Cosmetics.
2022-05-27 14:57:21 +02:00
Tommaso Chiti
43f932e0e1
Cosmetics.
2022-05-27 14:35:44 +02:00
Tommaso Chiti
af28d414d3
Cosmetics.
2022-05-27 14:33:57 +02:00
Tommaso Chiti
d35b2d3b38
Fixes.
2022-05-27 13:52:19 +02:00
Tommaso Chiti
492c75dd4b
Pacstrap fix.
2022-05-27 13:37:13 +02:00
Tommaso Chiti
60ce8a8ac5
Bugs.
2022-05-27 13:32:10 +02:00
Tommaso Chiti
1a1e5f3e0d
Fixes.
2022-05-27 13:09:38 +02:00
Tommaso Chiti
279f6c2ff0
Fixing echo.
2022-05-27 12:41:27 +02:00
Tommaso Chiti
ce3b0a6aa0
Fixing wheel permission.
2022-05-27 12:38:55 +02:00
Tommaso Chiti
e1ffe09e7d
Cosmetics.
2022-05-27 12:33:07 +02:00
Tommaso Chiti
1061b8b9a5
Wheel permissions.
2022-05-27 12:29:09 +02:00
Tommaso Chiti
303abe86f9
Print instead of echo.
2022-05-27 11:17:55 +02:00
Tommaso Chiti
092b429d5d
Fixing username issue.
2022-05-27 11:02:01 +02:00
Tommaso Chiti
d2d9a43af8
Fixing hostfile issue and mkinitcpio config file.
2022-05-27 10:54:42 +02:00
Tommaso Chiti
9016834331
Update easy-arch.sh
2022-05-22 08:47:00 +02:00
Tommaso Chiti
4247de265d
Cosmetics.
2022-05-12 10:24:35 +02:00
Tommaso Chiti
8daefa49a7
Better error info (cosmetics).
2022-05-12 09:30:30 +02:00
Tommaso Chiti
b85833d6b3
Cosmetics.
2022-05-12 09:25:01 +02:00
Tommaso Chiti
266980d124
Couple fixes.
2022-05-12 09:17:35 +02:00
Tommaso Chiti
0ffe009e31
Update easy-arch.sh
2022-05-08 11:06:25 +02:00
Tommaso Chiti
11f80239a8
Removed /etc/hosts section
...
The arch wiki doesn't include it anymore (legacy?)
2022-05-08 11:05:28 +02:00
Tommaso Chiti
2fff020e4b
Update easy-arch.sh
2022-05-08 10:47:47 +02:00
i-c-u-p
e82ced1bd9
shorten some seds
2022-05-02 06:21:33 +00:00
i-c-u-p
0b6c961e72
use layout/locale vars in print for default choice
...
also added 2 missing return 0's and replaced the tabs my editor keeps adding in
2022-04-29 22:17:15 +00:00
i-c-u-p
c07aee4269
change pass creation funcs to new repeating method
...
changes functions prompting the user to create passwords to use the new method for repeating questions from f281da1 . also changed the message given after choosing the default locale to be shorter/more accurate.
2022-04-29 12:12:50 +00:00
i-c-u-p
4c5ea199c4
use bash var sub instead of sed
2022-04-29 08:44:25 +00:00
i-c-u-p
c7536cef0e
remove underline text formatting from script
...
if the script is being run in the live arch iso's terminal and not through ssh, text underlines don't appear and the text just becomes blue, so they've been removed to make the appearance on both more alike.
2022-04-29 08:31:29 +00:00
i-c-u-p
e6daa6f659
remove -R flag from /mnt/root chmod, fix grub sed from 7797b19
...
grub's sed change in 7797b19 caused the kernel parameters to be enclosed in 3 quotes instead of 2. this fixes it (first delimiter has to be escaped if not /; see GNU sed manual section 4.3)
2022-04-29 07:23:28 +00:00
i-c-u-p
fd49d164de
fix locale existence check
...
shouldn't be using the -x option since locales always appear with the charset on the same line, making matches impossible. Also removed -F since some regex is needed to ensure only locales are matched, and added a sed to escape regex characters in $locale before its sent to grep so the user can't type something like "e." and match the "eo" locale accidentally.
2022-04-29 06:21:43 +00:00
i-c-u-p
31acfd3b0c
Update easy-arch.sh
2022-04-29 05:13:51 +00:00
i-c-u-p
c06241dc46
fix unescaped quotes, etc for syntax check
2022-04-29 05:11:52 +00:00
i-c-u-p
632d40c5c5
forgot to do in 1375897
...
said that I changed the Color sed to match "1375897 " but then didnt actually change it
2022-04-29 00:07:19 +00:00
i-c-u-p
540a503f28
fix last commit
...
didnt actually fix the sudoers expression...
2022-04-29 00:01:50 +00:00
i-c-u-p
1375897e53
fix sudoers and pacman.conf sed expressions
...
the paralleldownloads sed in 2fb11db changes the value without actually uncommenting it, and the change the the "Color" sed in adds ILoveCandy without actually uncommenting Color. also made the color regex match "^#Color$" instead of "#Color" to make it more specific
2022-04-28 23:59:40 +00:00