Skip to content

Commit

Permalink
I don't think these are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Nov 3, 2024
1 parent 8c44a9d commit f278145
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ apt-get purge --yes --quiet snapd
# remove bluetooth daemon
apt-get purge --yes --quiet bluez

# remove unused firmware (experimental)
rm -rf /usr/lib/firmware/mrvl/
rm -rf /usr/lib/firmware/mellanox/
rm -rf /usr/lib/firmware/nvidia/
rm -rf /usr/lib/firmware/intel/
rm -rf /usr/lib/firmware/amdgpu/

apt-get --yes --quiet autoremove

after=$(df --output=used / | tail -n1)
Expand Down

0 comments on commit f278145

Please sign in to comment.