chore(cng): changes in files and modules

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-10 02:50:20 +05:30
parent 209db753dd
commit a3d6c9f85f
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ echo "Start Snigdha OS Nvidia Settings"
echo echo
if [ -f /usr/share/waland-sessions/gnome-wayland.desktop ]; then if [ -f /usr/share/waland-sessions/gnome-wayland.desktop ]; then
if pacman -Qi nvidia-dkms &> /dev/null; then if pacman -Qq | grep -q "^nvidia"; then
echo echo
# shellcheck disable=SC2154 # shellcheck disable=SC2154
echo "[Check] $package is installed!" echo "[Check] $package is installed!"

View File

@@ -0,0 +1 @@
#!/bin/bash