14 lines
271 B
Bash
14 lines
271 B
Bash
|
#!/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
|