i-c-u-p
761a3a5647
use escape code instead of tput for bolding, use bright red for format warning
...
if the script is being run in the live arch iso's terminal and not through ssh, bolding red doesn't change text thickness and just makes it a brighter shade (\e[91m). Its now bright red by default so the color is similar on both.
2022-04-29 08:28:46 +00:00
i-c-u-p
e273a05a54
change paralleldownloads uncommenting sed
...
not sure why i put a . instead of a #.
2022-04-28 23:36:12 +00:00
i-c-u-p
a3eb271e3f
shorten sudoers regex for removing comments (properly this time)
...
overreacted a bit in 1e4f7b6 . the shortenings only "broadened the match" because in b07be8b i removed "^# " from the start of what gets matched. this commit shortens them without doing that.
2022-04-28 23:28:49 +00:00
i-c-u-p
f993194eba
fix last commit, undo pointless sed changes in b07be8b
...
for some reason in b07be8b i made the sudoers sed exprs match less specific patterns and said i "fixed them". the actual problem was some had two s commands which i didn't fix until f0bcb96 . also reverted locale.gen's sed to avoid uncommenting en_US.UTF-8 twice.
2022-04-28 11:05:11 +00:00
i-c-u-p
1e4f7b6e80
undo shortening uncommenting seds for sudoers
...
editing sudoers is very risky and the shortening broadens the match, so doing it to those commands was a bad idea
2022-04-28 10:43:45 +00:00
i-c-u-p
4901644a3e
make paralleldownloads pattern more specific
...
instead of uncommenting all lines containing 'ParallelDownloads', do it on ones starting with '#ParallelDownloads'
2022-04-28 09:30:39 +00:00
i-c-u-p
486259f99c
move color/bold effects on format warning to vars
2022-04-26 10:49:09 +00:00
i-c-u-p
798e3b2a09
typo
2022-04-25 21:46:13 +00:00
i-c-u-p
742a2dc236
remove trailing space & move "then" and "do"...
...
parts of if/while/loop statements to be separated from the condition by a colon instead of newline to reduce vertical space
2022-04-25 09:06:37 +00:00
i-c-u-p
62e5ba90b1
delete a trailing space
2022-04-25 08:36:07 +00:00
i-c-u-p
91e6010f5c
add missing colons to startup prompts
2022-04-25 07:55:53 +00:00
i-c-u-p
f0bcb96d97
fix invalid sed expressions
2022-04-25 07:30:04 +00:00
i-c-u-p
87fb66103f
simplify ParallelDownloads sed in preinstall
2022-04-25 06:32:36 +00:00
i-c-u-p
dae10ae7da
typo
2022-04-25 06:24:14 +00:00
i-c-u-p
b07be8b50c
remove redundant echo flags, fix sed expressions from c58e725
2022-04-25 06:21:51 +00:00
i-c-u-p
2b3f476692
typo
2022-04-25 05:47:50 +00:00
i-c-u-p
4cce356634
Update startup.sh
2022-04-25 05:45:54 +00:00
i-c-u-p
c58e725ca8
shorten some sed expressions
...
use & for adding comments to patterns and use '/<pattern>/s/^# //' for uncommenting them
2022-04-25 05:34:09 +00:00
i-c-u-p
134fdf09d8
remove redundant elif
...
use regex or instead of having of adding another elif
2022-04-25 05:23:08 +00:00
i-c-u-p
af35f44baa
change btrfs subvolume related commands to loops
2022-04-24 11:12:19 +00:00
i-c-u-p
be323d103c
typos
2022-04-23 07:04:11 +00:00
Chris Titus
b29d486314
Merge pull request #316 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.0.2
...
Bump actions/checkout from 3.0.0 to 3.0.2
2022-04-22 10:11:44 -05:00
dependabot[bot]
5e479d1652
Bump actions/checkout from 3.0.0 to 3.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.0.0...v3.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 18:40:41 +00:00
Chris Titus
d733f961b3
Merge pull request #303 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.0.0
...
Bump actions/checkout from 2.3.3 to 3.0.0
2022-04-14 08:24:47 -05:00
github-actions[bot]
b51db47580
CI: Automated build push
2022-04-14 13:20:48 +00:00
Chris Titus
a333de7c35
Merge pull request #288 from khaneliman/shdoc
...
Add shdoc decorators for the github action to generate some documenta…
2022-04-14 08:20:24 -05:00
dependabot[bot]
09699c3bca
Bump actions/checkout from 2.3.3 to 3.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.3 to 3.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.3...v3.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 18:29:58 +00: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
Chris Titus
468dc07807
Merge pull request #257 from fluffycloud331/fluffy-patch-1
...
awesome.txt
2022-03-20 20:33:41 -05:00
github-actions[bot]
eddc2cd0fa
CI: Automated build push
2022-03-21 01:32:34 +00:00
Chris Titus
dd9eb50f7b
Merge pull request #243 from Jack8472/patch-1
...
xfce-goodies => xfce4-goodies
2022-03-20 20:32:16 -05:00
Chris Titus
2844af7880
Merge pull request #266 from khaneliman/github-action
...
Add github actions
2022-03-20 20:31:51 -05:00
Zackptg5
6bb84dead7
Add avahi fix
2022-03-07 21:04:12 -05:00
Austin Horstman
681d4f4430
Update README.md
2022-03-02 14:23:28 -06:00
Austin Horstman
77f3be9485
Switch to Github's own lint action
2022-03-02 12:38:11 -06:00
Austin Horstman
b37c415a88
Add some extra actions
2022-03-02 12:20:14 -06:00
Austin Horstman
e39519781f
Add github actions
2022-03-02 12:03:01 -06:00
fluffycloud
b46c08ce33
awesome.txt
...
for the window manager awesome
2022-02-28 17:36:34 -05:00
Jakub
db7a9ff074
xfce-goodies => xfce4-goodies
2022-02-27 06:57:11 +01:00
Chris Titus
8fb6610ee9
Merge pull request #238 from ChrisTitusTech/test
...
efi server fix
2022-02-25 10:02:38 -06:00
Chris Titus
7aff03901b
efi server fix
...
Fixed UEFI installs for server install
2022-02-25 09:55:01 -06:00
Chris Titus
a45d737a4c
Merge pull request #236 from ChrisTitusTech/test
...
Test branch merge with new splash screen and kde package fix
2022-02-24 16:05:03 -06:00
Chris Titus
472ce0614d
Merge pull request #234 from khaneliman/plymouth
...
Plymouth Boot Splash Added
2022-02-24 16:03:40 -06:00
Chris Titus
4529157975
Merge pull request #235 from khaneliman/kde-packages
...
KDE Packages Missing
2022-02-24 16:03:24 -06:00
Austin Horstman
0d27a9bd69
Update kde.txt
2022-02-23 23:22:02 -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
a126652d7e
Add plymouth theme and package
2022-02-23 10:46:11 -06:00
Chris Titus
b426d27f1d
Merge pull request #232 from ChrisTitusTech/test
...
Merge from test with massive changes from khaneliman
2022-02-23 09:11:23 -06:00