remove install_files

This commit is contained in:
Tobias Powalowski 2023-10-21 16:26:36 +02:00
parent dab8c6753e
commit 3ce07db9c4

View file

@ -5,7 +5,6 @@
_run () _run ()
{ {
! grep -qw 'archboot' /etc/hostname && return ! grep -qw 'archboot' /etc/hostname && return
_install_files
rm -r /lib/firmware rm -r /lib/firmware
} }