weorkan on instal,ler

This commit is contained in:
2026-04-22 23:51:53 -06:00
parent 5cb1d322a1
commit 356b2fe84d
2 changed files with 12 additions and 3 deletions
-3
View File
@@ -8,9 +8,6 @@ shut down and lock (or destory) your box if cops are detected nearby!
- Axon bodycamera
## Install
**Requires cryptsetup and bluetoothctl**
make your discord webhook and discord tag files
1. $HOME/.discord_url
2. $HOME/.discord_tag
then instasll
```bash
+12
View File
@@ -14,6 +14,18 @@ if [ -f /etc/systemd/system/dreammaker.service ]; then
sudo rm /etc/systemd/system/dreammaker.service 2>/dev/null
fi
if [ ! -f $HOME/.discord_url ]; then
echo -e "Enter "Discord Webhook URL\n\tRight click on server->server settings->integrations"
read discord_file
echo "$discord_file" > $HOME/.discord_url
fi
if [ ! -f $HOME/.discord_tag ]; then
echo -e "Enter Discord Member group to tag\n\tuse a backslash when tagging the roll like \\@notifications"
read discord_tag_file
echo "$discord_tag_file" > $HOME/.discord_url
fi
# install itt
echo "installing service"
sudo cp dreammaker.sh /usr/local/bin/dreammaker.sh