6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Remove software
|
||
|
apt --purge --yes autoremove systemsettings nvidia-tesla-470*
|
||
|
|