Skip to content

install.sh: added DEBUGMODE "auto" which installs and applies the KDE theme without user interaction #36

install.sh: added DEBUGMODE "auto" which installs and applies the KDE theme without user interaction

install.sh: added DEBUGMODE "auto" which installs and applies the KDE theme without user interaction #36

Workflow file for this run

on:
push:
pull_request:
name: "Shellcheck"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-s sh"