mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Merge pull request #2 from dblugeon/patch-1
correct install_yunohost for debian wheezy
This commit is contained in:
commit
8a48854a35
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ then
|
|||
then
|
||||
debconf-set-selections debconf
|
||||
elif [[ $(lsb_release -cs) = "wheezy" ]] || [[ $(lsb_release -cs) = "n/a" ]];
|
||||
then
|
||||
debconf-set-selections debconfv2
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue