mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-22 14:19:24 +00:00
Add Redis support and ZKB listening.
This commit is contained in:
8
.vagrant/init.sh
Normal file
8
.vagrant/init.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install Redis
|
||||
apt-get update
|
||||
apt-get install -y redis-server
|
||||
|
||||
# Show versions
|
||||
dpkg -la | grep redis-server
|
||||
Reference in New Issue
Block a user