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
56442e33e4
commit
836fe1719e
1 changed files with 2 additions and 2 deletions
|
@ -61,6 +61,7 @@ EOF
|
|||
fi
|
||||
|
||||
echo "======== Checking domain ========"
|
||||
DOMAIN=$(hostname -d)
|
||||
if [[ "${DOMAIN:-1}" = 1 ]]
|
||||
then
|
||||
echo "======== Installation failed ========"
|
||||
|
@ -142,8 +143,7 @@ then
|
|||
|
||||
#Install yunohost packages
|
||||
debconf-apt-progress \
|
||||
--logfile /var/log/yunohost.log \
|
||||
--logstderr /var/log/yunohost.error \
|
||||
--logstderr /var/log/yunohost.log \
|
||||
-- \
|
||||
apt-get -y install \
|
||||
yunohost \
|
||||
|
|
Loading…
Add table
Reference in a new issue