Merge pull request #1790 from yeus/master
dependency helper scripted adapted for KDE Neon distribution
This commit is contained in:
commit
b2b3f8ef29
1 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,8 @@ if [ -e /etc/issue ]; then
|
|||
get_ubuntu_14_deps
|
||||
elif [ "`grep -i ubuntu.1[6-9] /etc/issue`" ]; then
|
||||
get_ubuntu_16_deps
|
||||
elif [ "`grep -i "KDE neon 5.7" /etc/issue`" ]; then
|
||||
get_ubuntu_16_deps
|
||||
elif [ "`grep -i ubuntu /etc/issue`" ]; then
|
||||
get_debian_deps
|
||||
elif [ "`grep -i elementary.*freya /etc/issue`" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue