Fix running on buster

This commit is contained in:
Anthony Rose 2021-06-08 14:54:26 +01:00
parent c1b8fb0b5d
commit 5425aebe27
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- include: apt-sources.yml # apt-sources.yml is disabled until Debian bullseye is released.
#- include: apt-sources.yml
- include: packages-cli.yml - include: packages-cli.yml
- include: packages-gui.yml - include: packages-gui.yml
when: gui == true when: gui == true

View file

@ -27,7 +27,6 @@
- curl - curl
- dc - dc
- dnsutils - dnsutils
- exfatprogs
- git - git
- gnupg - gnupg
- lldb - lldb