mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 00:18:31 +00:00
Fix installer
This commit is contained in:
@@ -324,6 +324,7 @@ case $1 in
|
||||
fi
|
||||
|
||||
run apt-get remove -y redis-server >> lemper.log 2>&1
|
||||
run apt-get purge -y redis* >> lemper.log 2>&1
|
||||
run add-apt-repository -y --remove ppa:chris-lea/redis-server >> lemper.log 2>&1
|
||||
run rm -f /etc/redis/redis.conf
|
||||
|
||||
@@ -340,6 +341,7 @@ case $1 in
|
||||
run service mysql stop
|
||||
|
||||
run apt-get remove -y mariadb-server libmariadbclient18 >> lemper.log 2>&1
|
||||
run apt-get purge -y mariadb* >> lemper.log 2>&1
|
||||
|
||||
# Remove repo
|
||||
run rm -f /etc/apt/sources.list.d/MariaDB-*.list
|
||||
|
||||
Reference in New Issue
Block a user