mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Update remove
This commit is contained in:
parent
511b2c7e92
commit
befeaa2b96
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
|||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||
mysql -u root -p$root_pwd -e "DROP DATABASE $app ; DROP USER $app@localhost ;"
|
||||
|
||||
sudo rm /etc/apt/sources.list.d/yunohost.list
|
||||
sudo rm /etc/apt/sources.list.d/sogo.list
|
||||
sudo apt-get update
|
||||
sudo apt-get remove sogo
|
||||
|
||||
|
|
Loading…
Reference in a new issue