Update Debian.yml

This commit is contained in:
qiaofeng1227 2022-07-26 08:01:24 +08:00 committed by GitHub
parent 915d84055c
commit 6365c80d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,19 @@
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
ln -sf /snap /data
failed_when: false
- block:
- name: Setting rc.local
file: