diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 21:09:25 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 21:09:25 +0200 |
| commit | fef7a7ef4fa31170ee78dfb774934feb84a88423 (patch) | |
| tree | e88b5afd2feae6f9755e2ab345e6bca15a567d6a /sysctl.bash | |
| download | postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.tar.gz postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.tar.bz2 postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.zip | |
arch postinstall scripts
Diffstat (limited to 'sysctl.bash')
| -rwxr-xr-x | sysctl.bash | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
