Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
2888c0b53d fix: format shell scripts with shfmt (convert tabs to 2 spaces)
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-07 21:29:08 +00: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
795f56023e fix: shellcheck issues 2025-11-01 15:36:22 +01:00
952ebb5ab9 feat: added scripts to install different graphics 2025-08-14 13:38:43 +02:00