1
0
Fork 0

disable SC2046

This commit is contained in:
Pratham Patel 2024-04-18 08:05:32 +05:30
parent 74ab321135
commit 6ee1f30b6b
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ if [[ -z "${1:-}" ]]; then
build_kernel
install_kernel
else
# shellcheck disable=SC2046
sudo dnf remove $(rpm -qa | grep '^kernel' | grep "$1")
fi