updated install.sh

This commit is contained in:
JaKooLit 2025-03-11 17:13:34 +09:00
parent de221f3376
commit 1555d2a367

View File

@ -88,7 +88,7 @@ sleep 1
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}
# install pciutils if detected not installed. Necessary for detecting GPU # install pciutils if detected not installed. Necessary for detecting GPU
if ! zypper se -i pciutils > /dev/null; then if ! dpkg -l | grep -w pciutils > /dev/null; then
echo "pciutils is not installed. Installing..." | tee -a "$LOG" echo "pciutils is not installed. Installing..." | tee -a "$LOG"
sudo apt install -y pciutils sudo apt install -y pciutils
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}