Move setup step to the installation script

This commit is contained in:
Ohad Livne 2025-07-12 22:20:28 +03:00
parent 7099263341
commit 137fcd6e77
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 2 additions and 2 deletions

View file

@ -7,3 +7,5 @@ mkdir --parents ~/Pictures/screenshots
pre-commit install
sudo usermod --append --groups dialout "${USER}"
echo 'kernel.perf_event_paranoid=1' | sudo tee '/etc/sysctl.d/51-enable-perf-events.conf'