You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Install the conf file to enable MAC address randomisation. Written by MDrights. Referenced to Luke R. <[email protected]> in Parabola's nonprism repo.
if [ $UID != "0" ];then
echo "This script should be run as root. sorry..."
exit 1
fi
if [ -e 30-nonprism.conf -a -d /usr/lib/NetworkManager/conf.d/ ]; then