Update 550.sh
This commit is contained in:
parent
e5596148a1
commit
9cdba6eea6
2
550.sh
2
550.sh
@ -13,7 +13,7 @@ echo 'Pin: release c=external' > /etc/apt/preferences.d/0-a
|
|||||||
echo 'Pin-Priority: 1000' >> /etc/apt/preferences.d/0-a
|
echo 'Pin-Priority: 1000' >> /etc/apt/preferences.d/0-a
|
||||||
echo 'Package: *' >> /etc/apt/preferences.d/0-a
|
echo 'Package: *' >> /etc/apt/preferences.d/0-a
|
||||||
echo 'Pin: release c=ubuntu' >> /etc/apt/preferences.d/0-a
|
echo 'Pin: release c=ubuntu' >> /etc/apt/preferences.d/0-a
|
||||||
echo 'Pin-Priority: 1000' >> /etc/apt/preferences.d/0-a
|
echo 'Pin-Priority: 950' >> /etc/apt/preferences.d/0-a
|
||||||
apt update -y
|
apt update -y
|
||||||
apt show nvidia-driver-$DRIVER 2>&1 | grep -v "does not have a stable" | grep Version: | head -n1 | cut -f2 -d":" | cut -f1,2,3 -d"." | cut -f1 -d"-" | tr -d ' ' > ./linux-nvidia-modules/new_nvidia.txt
|
apt show nvidia-driver-$DRIVER 2>&1 | grep -v "does not have a stable" | grep Version: | head -n1 | cut -f2 -d":" | cut -f1,2,3 -d"." | cut -f1 -d"-" | tr -d ' ' > ./linux-nvidia-modules/new_nvidia.txt
|
||||||
echo "$(apt show nvidia-driver-$DRIVER 2>&1 | grep -v "does not have a stable" | grep Version: | head -n1 | cut -f2 -d":" | cut -f1,2,3 -d"." | cut -f1 -d"-" | tr -d ' ')" > ./linux-nvidia-modules/DRIVER
|
echo "$(apt show nvidia-driver-$DRIVER 2>&1 | grep -v "does not have a stable" | grep Version: | head -n1 | cut -f2 -d":" | cut -f1,2,3 -d"." | cut -f1 -d"-" | tr -d ' ')" > ./linux-nvidia-modules/DRIVER
|
||||||
|
Loading…
Reference in New Issue
Block a user