From 3e9a5e26a399e1edfa19ff64ea7f61b884bf36b5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 27 Jun 2022 23:12:42 -0400 Subject: [PATCH] Add a note about lack of `python-apt` package --- ipads.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ipads.yml b/ipads.yml index 3f4c683..a7cd468 100644 --- a/ipads.yml +++ b/ipads.yml @@ -13,6 +13,7 @@ content: | deb https://rpetri.ch/repo/ ./ dest: /etc/apt/sources.list.d/rpetrich.list + # Can't use apt module because `python-apt` package doesn't exist - name: Update apt sources command: apt-get update - name: Install packages