feat: teams auto microphone adjusting fix

This commit is contained in:
Cipher Vance
2025-10-05 19:37:40 -05:00
parent 785d559858
commit a74193080d
2 changed files with 37 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ BASE_PACKAGE_LIST=(
gh
fd-find
flatpak
jq
python3
python3-pip
ripgrep
@@ -102,8 +103,8 @@ done
if [ "$PACKAGE_MANAGER" == "apt" ] && command -v fdfind &>/dev/null && ! command -v fd &>/dev/null; then
if dpkg-query -W -f='${Status}' "fd-find" 2>/dev/null | grep -q "ok installed"; then
echo "Creating symlink for fd from fdfind..."
sudo ln -sf /usr/bin/fdfind /usr/local/bin/fd # or ~/.local/bin/fd if preferred
fi # Ensure this line is just 'fi' (and optional comment)
sudo ln -sf /usr/bin/fdfind /usr/local/bin/fd
fi
fi