1777146658
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user