|
@@ -4,6 +4,7 @@
|
|
bash -c "test -e /usr/bin/python3 ||
|
|
bash -c "test -e /usr/bin/python3 ||
|
|
(test -e /usr/bin/yum && yum install -y python3) ||
|
|
(test -e /usr/bin/yum && yum install -y python3) ||
|
|
(apt install -y python3 python-apt) ||
|
|
(apt install -y python3 python-apt) ||
|
|
|
|
+ (pacman -S python --noconfirm) ||
|
|
grep -i LibreELEC /etc/os-release"
|
|
grep -i LibreELEC /etc/os-release"
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|