Compare commits

...

3 Commits

Author SHA1 Message Date
Madhur Ahuja ac2a76cf6e feat: address review comments 2024-01-20 21:09:59 +05:30
Madhur Ahuja dedef2c6b8 feat: address review comments 2024-01-20 21:03:34 +05:30
Madhur Ahuja 56137432a9 feat: address review comments 2024-01-20 21:01:43 +05:30
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack
$STD apt-get update
$STD apt-get install -y redis
sed -i 's/^bind .*/bind 0.0.0.0/' /etc/redis/redis.conf
systemctl enable -q redis-server.service
systemctl restart -q redis-server.service
systemctl enable -q --now redis-server.service
msg_ok "Installed Redis"
motd_ssh