mirror of
https://github.com/tteck/Proxmox.git
synced 2026-07-06 00:42:53 +02:00
Compare commits
3 Commits
6064ddf446
...
ac2a76cf6e
| Author | SHA1 | Date | |
|---|---|---|---|
| ac2a76cf6e | |||
| dedef2c6b8 | |||
| 56137432a9 |
+1
-1
@@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ ___
|
____ ___
|
||||||
/ __ \___ ____/ (_)____
|
/ __ \___ ____/ (_)____
|
||||||
/ /_/ / _ \/ __ / / ___/
|
/ /_/ / _ \/ __ / / ___/
|
||||||
/ _, _/ __/ /_/ / (__ )
|
/ _, _/ __/ /_/ / (__ )
|
||||||
|
|||||||
@@ -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