Pārlūkot izejas kodu

update bootstrap role for arch

Blaine Story 2 gadi atpakaļ
vecāks
revīzija
06348bbb34
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      roles/bootstrap/tasks/main.yml

+ 1 - 0
roles/bootstrap/tasks/main.yml

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