Fix running on buster
This commit is contained in:
parent
c1b8fb0b5d
commit
5425aebe27
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# 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-gui.yml
|
||||
when: gui == true
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
- curl
|
||||
- dc
|
||||
- dnsutils
|
||||
- exfatprogs
|
||||
- git
|
||||
- gnupg
|
||||
- lldb
|
||||
|
|
Loading…
Reference in a new issue