From 118bf15f95c3acc69f4aabd90704210cbc0c7917 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 10 Jun 2023 09:43:24 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13335c4..8bdc8eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ - **ZRAM**: the setup use ZRAM which aims to replace traditional swap partition/files by making the system snappier - **systemd-oomd**: systemd-oomd will take care of OOM situations at userspace level rather than at kernel level, making the system less prone to kernel crashes - **VM additions**: the script automatically provides guest tools if it detects that a virtualized environment such as VMWare Workstation, VirtualBox, QEMU-KVM is being used -- **User account setup**: A default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase +- **User account setup**: a default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase +- **CI checks**: ShellChecker checks every PR periodically for bash syntax errors, bad coding practices, etc... ## One-step Automated Install (shorter)