Commit Graph

9 Commits

Author SHA1 Message Date
c2972c4c33 Fix check_and_enable_services.sh and hosts guard
- Fix startup_monitor check to verify timer instead of service
- Fix pacman hooks filename check (10-unlock-etc-hosts.hook, 90-relock-etc-hosts.hook)
- Add re-verification after fixes to update status correctly
- Set immutable attribute before bind mount in pacman-post-relock-hosts.sh
- Add new check_and_enable_services.sh script for verifying all digital wellbeing services
2025-12-04 15:14:50 +01:00
03bd36e41d fix: resolve all shellcheck errors
- Replace 'A && B || C' patterns with proper if-then-else statements (SC2015)
- Add check_for_virtualbox function to invoke prompt_for_virtualbox_challenge (SC2317)
- Fix install_launcher function to escape variable in heredoc (SC2119/SC2120)
- Apply shfmt formatting to ensure consistent style

Fixes 7 SC2015 violations, 1 SC2317 violation, and 1 SC2119/SC2120 pair.
All 79 shell files now pass shellcheck without errors.
2025-11-16 21:17:08 +01:00
dc353d3575 feat: add install unreal mcp script 2025-11-06 20:24:19 +01:00
795f56023e fix: shellcheck issues 2025-11-01 15:36:22 +01:00
12cc8a2ae3 Revert "feat: removed pre unlock hosts script"
This reverts commit 0b9503695a.
2025-10-31 17:50:11 +01:00
0b9503695a feat: removed pre unlock hosts script 2025-10-31 17:16:48 +01:00
1e85350d5a fix: pacman hooks for hosts 2025-10-13 10:21:35 +02:00
03bf1885ae feat: more hosts friction 2025-10-01 20:56:04 +02:00
a69dfff125 feat: more etc hosts friction 2025-10-01 20:50:56 +02:00