OrcaSlicer/scripts/linux.d
coryrc 7aa3ce8a4d
Some checks failed
Shellcheck / Shellcheck (push) Has been cancelled
Shellcheck everything (#10730)
* Shellcheck all shell scripts

* Implement Shellcheck's recommendations

* Shellcheck the distribution-specific files

* Include the distro scripts to trigger action

* Fix array usage (hopefully)

* Use single-quote string

TIL: single quote string in yaml treats everything as literal, but
double quote allows backslash escaping.

* Make all cmake commands use set+-x dance and fix macos getopts line

Make Claude happy

getopts has colon after a command which takes an argument

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-09-20 09:12:31 +08:00
..
arch Shellcheck everything (#10730) 2025-09-20 09:12:31 +08:00
clear-linux-os Shellcheck everything (#10730) 2025-09-20 09:12:31 +08:00
debian Shellcheck everything (#10730) 2025-09-20 09:12:31 +08:00
fedora Shellcheck everything (#10730) 2025-09-20 09:12:31 +08:00
README.md Refactor folder (#10475) 2025-08-22 20:02:26 +08:00

Files in this directory are named for the exact output of awk -F= '/^ID=/ {print $2}' /etc/os-release for their respective distribution.

When build_linux.sh is executed, the respective file for the distribution will be sourced so the distribution specific instructions/logic are used.