forked from images/live-iso-gnome
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
apt-get install --yes --option Dpkg::Options::="--force-confnew" \
|
||
|
nvidia-driver-555
|