5 lines
80 B
Text
5 lines
80 B
Text
|
#!/bin/bash
|
||
|
rm -rf /usr/bin/dracut
|
||
|
rm -rf /var/lib/pkg/DB/dracut
|
||
|
mps -ik dracut
|