13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
#
|
||
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||
|
|
||
|
### Error checking added to "lint-trap" section.
|
||
|
### Missing files no longer cause builds to fail.
|
||
|
|
||
|
# Remove software
|
||
|
#apt --purge --yes autoremove nvidia*
|
||
|
|