mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 03:02:20 +00:00
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
sudo DEBIAN_FRONTEND=noninteractive apt install redis-server -y
|
|
|
|
sudo service redis enable
|
|
|
|
sudo service redis start
|