Skip to content

Commit

Permalink
Update system update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Oct 27, 2023
1 parent d739734 commit 5f0a15e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/install_moonraker/files/moonraker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trusted_clients:

# this enables moonraker's update manager
[update_manager]
enable_system_updates: False
enable_system_updates: True

#[update_manager mainsail]
#type: web
Expand Down
6 changes: 6 additions & 0 deletions roles/linux_preparation/tasks/recore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@
daemon-reload: true
enabled: true
name: cpufreq

- name: Recore - add support for system upgrade
copy:
src: 100update
dest: /etc/apt/apt.conf.d/100update
mode: '0644'

0 comments on commit 5f0a15e

Please sign in to comment.