🐛 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 ]--------# #--------[ FAKE//OS Splash Screen ]--------#
clear
echo "" echo ""
echo " .. " echo " .. "
echo " .:xKX0O00d, _____ _ _ _______ " echo " .:xKX0O00d, _____ _ _ _______ "
@ -92,6 +91,7 @@ ln -sf $FAKE_PATH/src/fake_manager.sh /usr/sbin/fake
#--------[ FAKE//OS User Skel Files ]--------# #--------[ FAKE//OS User Skel Files ]--------#
mkdir -p /etc/skel
rm -rf /etc/skel/.bashrc rm -rf /etc/skel/.bashrc
ln -sf $FAKE_PATH/src/fake_shell.sh /etc/skel/.bashrc ln -sf $FAKE_PATH/src/fake_shell.sh /etc/skel/.bashrc
rm -rf /etc/skel/.profile rm -rf /etc/skel/.profile

View file

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