mirror of
https://github.com/tteck/Proxmox.git
synced 2026-07-07 21:10:39 +02:00
Compare commits
3 Commits
6064ddf446
...
ac2a76cf6e
| Author | SHA1 | Date | |
|---|---|---|---|
| ac2a76cf6e | |||
| dedef2c6b8 | |||
| 56137432a9 |
@@ -28,8 +28,7 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack
|
|||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get install -y redis
|
$STD apt-get install -y redis
|
||||||
sed -i 's/^bind .*/bind 0.0.0.0/' /etc/redis/redis.conf
|
sed -i 's/^bind .*/bind 0.0.0.0/' /etc/redis/redis.conf
|
||||||
systemctl enable -q redis-server.service
|
systemctl enable -q --now redis-server.service
|
||||||
systemctl restart -q redis-server.service
|
|
||||||
msg_ok "Installed Redis"
|
msg_ok "Installed Redis"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user