mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Added Assume Yes to apt-get install
This commit is contained in:
parent
3723c7d48d
commit
4b76492aac
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ sudo apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4
|
|||
sudo apt-get update
|
||||
|
||||
#install Sogo
|
||||
sudo apt-get install sogo
|
||||
sudo apt-get install sogo --assume-yes
|
||||
|
||||
|
||||
# If your app use a MySQL database you can use these lines to bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue