Update main.sh
This commit is contained in:
parent
16a485f48a
commit
ebc645cda0
3
main.sh
3
main.sh
@ -1,6 +1,9 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
DRIVER=535
|
DRIVER=535
|
||||||
|
|
||||||
|
echo 'Package: *' > /etc/apt/preferences.d/0-a
|
||||||
|
echo 'Pin: release c=main' >> /etc/apt/preferences.d/0-a
|
||||||
|
echo 'Pin-Priority: 450' >> /etc/apt/preferences.d/0-a
|
||||||
apt update -y
|
apt update -y
|
||||||
|
|
||||||
chmod +x ./linux-nvidia-modules/get_pwd.sh
|
chmod +x ./linux-nvidia-modules/get_pwd.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user