Update Debian.yml

This commit is contained in:
qiaofeng1227 2022-10-31 16:58:05 +08:00 committed by GitHub
parent bc30344e2d
commit 302325db58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,18 +50,6 @@
when: common_install_components
- block:
- name: Install snap tools
apt:
name: snapd
update_cache: yes
- name: Install and upgrade core
shell: |
snap install core
snap refresh core
failed_when: false
- block:
- name: Setting rc.local
file: