mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
20a25c79b5
commit
53593b72d5
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ then
|
|||
fi
|
||||
|
||||
#Update repo
|
||||
apt-get update -qq
|
||||
debconf-apt-progress -- apt-get update
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
echo "Update Repo Failure : Rolling back"
|
||||
|
@ -143,7 +143,7 @@ then
|
|||
|
||||
#Install yunohost packages
|
||||
debconf-apt-progress \
|
||||
--logstderr /var/log/yunohost.log \
|
||||
--logfile /var/log/yunohost.log \
|
||||
-- \
|
||||
apt-get -y install \
|
||||
yunohost \
|
||||
|
|
Loading…
Add table
Reference in a new issue