mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
Minor update
This commit is contained in:
@@ -31,7 +31,7 @@ if [[ "$INSTALL_REDIS" == Y* || "$INSTALL_REDIS" == y* ]]; then
|
||||
echo -e "\nInstalling Redis server and Redis PHP module...\n"
|
||||
|
||||
# Add Redis repos
|
||||
run add-apt-repository -y ppa:chris-lea/redis-server
|
||||
run add-apt-repository -y ppa:chris-lea/redis-server >> lemper.log 2>&1
|
||||
run apt-get update -y >> lemper.log 2>&1
|
||||
|
||||
# Install Redis
|
||||
|
||||
Reference in New Issue
Block a user