1777146658

This commit is contained in:
2026-04-25 13:50:58 -06:00
parent 292841526c
commit d9e7860432
3 changed files with 21 additions and 12 deletions
+8
View File
@@ -41,6 +41,14 @@ if [ ! -f "$tag_file" ]; then
echo
fi
if [ ! $(which bluetoothctl) ]; then
echo -e "\nERROR: bluetoothctl not found! Please install and try again.\n"
fi
if [ ! $(which CURL) ]; then
echo -e "\nERROR: curl not found! Please install and try again.\n"
fi
# install itt
echo "installing service"
sudo cp DREAMMAKER.sh "$script_file"