- #!/bin/bash
- rm -f /usr/lib/aarch64-linux-gnu/libgst*
- rm -rf /usr/lib/aarch64-linux-gnu/gstreamer-1.0/
- rm -f /etc/systemd/user/default.target.wants/pulseaudio.service
- rm -f /etc/systemd/user/sockets.target.wants/pulseaudio.socket
- systemctl disable docker
- systemctl disable adbd
|