mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-19 12:49:22 +00:00
8 lines
121 B
Bash
8 lines
121 B
Bash
#!/bin/bash
|
|
|
|
# Install Redis
|
|
apt-get update
|
|
apt-get install -y redis-server
|
|
|
|
# Show versions
|
|
dpkg -la | grep redis-server |