mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update Debian.yml
This commit is contained in:
parent
915d84055c
commit
6365c80d70
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user