Files
secureblue/files/scripts/disablemodemmanager.sh
2024-10-04 23:50:14 -07:00

9 lines
188 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
echo "Disabling the modem manager"
systemctl disable ModemManager
systemctl mask ModemManager