🐛 dmesg bluetooth detection temporarily disable due to LXC errors

This commit is contained in:
Geoff Murphy 2025-05-13 15:03:57 +10:00
parent 1c1f38c7b4
commit 9fd23ac497
2 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,6 @@ export FAKE_PATH=/opt/fakeos # System location to install
#--------[ FAKE//OS Splash Screen ]--------#
clear
echo ""
echo " .. "
echo " .:xKX0O00d, _____ _ _ _______ "
@ -92,6 +91,7 @@ ln -sf $FAKE_PATH/src/fake_manager.sh /usr/sbin/fake
#--------[ FAKE//OS User Skel Files ]--------#
mkdir -p /etc/skel
rm -rf /etc/skel/.bashrc
ln -sf $FAKE_PATH/src/fake_shell.sh /etc/skel/.bashrc
rm -rf /etc/skel/.profile

View file

@ -83,11 +83,11 @@ export ENV_MEMORY=$(free -h | grep 'Mem\|Speicher' | awk '{print $2}')
#--------[ Detect Bluetooth ]--------#
if [ "$(dmesg | grep -i bluetooth)" ]; then
export ENV_BLUETOOTH="true"
else
export ENV_BLUETOOTH="false"
fi
#if [ "$(dmesg | grep -i bluetooth)" ]; then
# export ENV_BLUETOOTH="true"
#else
# export ENV_BLUETOOTH="false"
#fi