Update main.sh
This commit is contained in:
parent
ad1b0a92fc
commit
e98e82418c
3
main.sh
3
main.sh
@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
DRIVER=535
|
||||
DRIVER=545
|
||||
|
||||
echo "$(apt show kernel-pika 2>&1 | grep -v "does not have a stable" | grep Depends: | head -n1 | cut -f2 -d":" | cut -f1 -d"," | cut -f3,4 -d"-" | tr -d ' ')" > ./linux-nvidia-modules/KERNEL
|
||||
|
||||
@ -32,6 +32,7 @@ fi
|
||||
|
||||
|
||||
if cat ./pika_nvidia.txt | grep "$(cat ./new_nvidia.txt)"
|
||||
then
|
||||
echo "driver up to date"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user