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
3f45872414
commit
cb743056e4
1 changed files with 4 additions and 1 deletions
|
@ -129,7 +129,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Update repo
|
#Update repo
|
||||||
debconf-apt-progress -- apt-get update
|
debconf-apt-progress \
|
||||||
|
--logfile /var/log/yunohost-update.log \
|
||||||
|
-- \
|
||||||
|
apt-get update
|
||||||
if [[ $? -ne 0 ]]
|
if [[ $? -ne 0 ]]
|
||||||
then
|
then
|
||||||
echo "Update Repo Failure : Rolling back"
|
echo "Update Repo Failure : Rolling back"
|
||||||
|
|
Loading…
Add table
Reference in a new issue