Initial commit
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo
|
||||
|
||||
mkdir -p /etc/file-o-bot/config.d
|
||||
cd ./install-files/
|
||||
cp -r * /etc/file-o-bot/
|
Reference in New Issue
Block a user