浏览代码

fix bootstrap role on debian

Blaine Story 1 年之前
父节点
当前提交
f0f3989b3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/bootstrap/tasks/main.yml

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

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