melawy-archiso-config/airootfs/usr/local/bin/services

20 lines
578 B
Bash
Executable File

#!/bin/bash
echo
echo "#################################"
echo "Start Services"
echo "#################################"
echo "Permission of root"
echo "#################################"
chmod -v 750 /root
echo "Bluetooth improvements"
echo "#################################"
sed -i "s/#AutoEnable=false/AutoEnable=true/g" /etc/bluetooth/main.conf
echo 'load-module module-switch-on-connect' | sudo tee --append /etc/pulse/default.pa
echo "#################################"
echo "End melawy-linux-final"
echo "#################################"
rm /usr/local/bin/services