From 035a006a722c5cbb8f08b6be0e63a90401c440a5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 16 Apr 2024 09:32:42 +0300 Subject: [PATCH] docs --- install-hooks/arch/pre-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-hooks/arch/pre-install b/install-hooks/arch/pre-install index 77dee2b..0a82c69 100755 --- a/install-hooks/arch/pre-install +++ b/install-hooks/arch/pre-install @@ -2,4 +2,5 @@ echo 'pacman -S man-pages man-db lesspipe' echo 'echo "ParallelDownloads = 5\nVerbosePkgLists" >> /etc/pacman.conf' -echo 'sudo systemctl enable --now gpm' \ No newline at end of file +echo 'sudo systemctl enable --now gpm' +echo 'sudo sysctl kernel.sysrq=1' \ No newline at end of file