From fef7a7ef4fa31170ee78dfb774934feb84a88423 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 21:09:25 +0200 Subject: arch postinstall scripts --- sysctl.bash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 sysctl.bash (limited to 'sysctl.bash') diff --git a/sysctl.bash b/sysctl.bash new file mode 100755 index 0000000..b2c9b9c --- /dev/null +++ b/sysctl.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +systemctl --user enable gnome-keyring-daemon.socket +systemctl --user enable ssh-agent.socket +sudo systemctl enable keyd.service +sudo systemctl enable proton.VPN.service +sudo systemctl enable snapper-cleanup.timer +sudo systemctl enable snapper-timeline.timer -- cgit