diff --git a/.gitattributes b/.gitattributes index 4a46c20..870c153 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,17 +20,12 @@ # Documentation docs/* linguist-documentation -*.md linguist-documentation README.md linguist-documentation LICENSE text eol=lf -# GitHub Workflows/Actions -.github/workflows/* linguist-generated .github/FUNDING.yml text eol=lf # Export behavior (for git archive) .gitattributes export-ignore .gitignore export-ignore .github export-ignore -docs export-ignore -*.md export-ignore diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 558db38..6be6128 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -2,8 +2,9 @@ name: Multi-Distribution Installation Test on: push: - paths: - - "VERSION" + branches: + - master + - next workflow_dispatch: permissions: @@ -58,7 +59,7 @@ jobs: steps: - name: Checkout CoolerDash code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@v4 - name: Update package manager run: ${{ matrix.pre_install }} @@ -199,7 +200,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@v4 - name: Setup Arch Linux run: | diff --git a/Makefile b/Makefile index 620c6e2..d91ab85 100644 --- a/Makefile +++ b/Makefile @@ -284,8 +284,6 @@ install: check-deps $(TARGET) @install -m644 $(MANIFEST) "$(DESTDIR)/etc/coolercontrol/plugins/coolerdash/manifest.toml" @sed -i 's/{{VERSION}}/$(VERSION)/g' "$(DESTDIR)/etc/coolercontrol/plugins/coolerdash/manifest.toml" @sed -i 's/{{VERSION}}/$(VERSION)/g' "$(DESTDIR)/etc/coolercontrol/plugins/coolerdash/ui/index.html" - @OS_RELEASE=$$(grep -m1 '^PRETTY_NAME=' /etc/os-release 2>/dev/null | cut -d= -f2 | tr -d '"' || echo "Linux"); \ - sed -i "s/{{OS_RELEASE}}/$$OS_RELEASE/g" "$(DESTDIR)/etc/coolercontrol/plugins/coolerdash/ui/index.html" @install -Dm644 etc/systemd/cc-plugin-coolerdash.service.d/startup-delay.conf "$(DESTDIR)/etc/systemd/system/cc-plugin-coolerdash.service.d/startup-delay.conf" @install -Dm644 etc/systemd/coolerdash-helperd.service "$(DESTDIR)/usr/lib/systemd/system/coolerdash-helperd.service" @printf " $(GREEN)Drop-in:$(RESET) $(DESTDIR)/etc/systemd/system/cc-plugin-coolerdash.service.d/startup-delay.conf\n" diff --git a/README.md b/README.md index 3cecdaa..f99b052 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ > Version 2.0.4+ runs as a CoolerControl plugin. > This requires CoolerControl >=3.1.0 with plugin support. -- **OS**: Linux +- **OS**: Linux (systemd) - **CoolerControl**: Version >=3.1.0 REQUIRED - must be installed and running [Installation Guide](https://gitlab.com/coolercontrol/coolercontrol/-/blob/main/README.md) - **CPU**: x86-64-v3 compatible (Intel Haswell+ / AMD Excavator+) - **LCD**: AIO liquid cooler LCD displays **(NZXT, etc.)**