We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8848 commit 1611214Copy full SHA for 1611214
install_opi5.sh
@@ -32,9 +32,16 @@ apt-get purge --yes --quiet bluez
32
33
apt-get --yes --quiet autoremove
34
35
+# remove firmware that (probably) isn't needed
36
+rm -rf /usr/lib/firmware/mrvl
37
+rm -rf /usr/lib/firmware/mellanox
38
+rm -rf /usr/lib/firmware/qcom
39
+rm -rf /usr/lib/firmware/nvidia
40
+rm -rf /usr/lib/firmware/intel
41
+rm -rf /usr/lib/firmware/amdgpu
42
+
43
after=$(df --output=used / | tail -n1)
44
freed=$(( before - after ))
-
45
echo "Freed up $freed KiB"
46
47
# run Photonvision install script
0 commit comments