remove bunkchat scripts #2

Merged
oxaliq merged 10 commits from release into main 2024-04-22 20:45:27 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 434cb22405 - Show all commits

6
delete.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh -e
chatlog=/var/log/bunkchat/chat.log
chattr -a $chatlog
echo > $chatlog
chattr +a $chatlog

View file

@ -1,5 +1,13 @@
#!/bin/sh -e
# TODO
# check for tmux and cowsay
# if not prompt and exit
# pull in bunkchat
# run bunkchat install script
# install buckdeck in /usr/local/bin
# prompt user to install delete.sh in /root/crontab-scripts/delete-bunkchat.sh
# prompt with crontab config