From eaa90061f148faa76a00abe814ef70713c37d333 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 30 Jan 2023 18:21:24 +0000 Subject: [PATCH] Update file post-install.sh --- post-install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/post-install.sh b/post-install.sh index 22129ae..1e39372 100644 --- a/post-install.sh +++ b/post-install.sh @@ -44,6 +44,8 @@ yes | yay -S wine-ge-custom # Enable pipewire +# Enable paccache timer + # Configure reflector # Enable reflector timer @@ -59,3 +61,11 @@ systemctl enable sshd # Copy pacman hooks # Copy bashrc + +# Change journald size + +# Enable trim and timer + +# enable parallel downloads for pacman + +# Change I/O scheduler \ No newline at end of file