mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Elementaryos (#904)
* added elementary-os to ubuntu/debian in checkdeps * now it also can find elementary os in case for installing package
This commit is contained in:
parent
e512dd631e
commit
d421848e19
@ -100,7 +100,7 @@ if [ -n "$need" ]; then
|
||||
echo "**** You seem to use a $DISTRO system ****"
|
||||
|
||||
case "$DISTRO" in
|
||||
ubuntu|debian)
|
||||
ubuntu|debian|\"elementary\")
|
||||
read -p "would you like to install the needed tools ? (y/n) " ans
|
||||
[ "$ans" = "y" ] && sudo apt-get install $need_pkg
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user