Skip to content
Aaron Bronow edited this page Apr 30, 2019 · 7 revisions

Welcome to the tuesday-agent wiki!

Ideas

  • install gpg keys gpg2 --recv-keys #### ####
  • installs with wget -qO- https://get.tuesday.sh/{token} | sh on linux
  • on windows Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://get.tuesday.sh/{token}/install.ps1'))
  • can be run manually like tuesday-agent and will display stats
  • can retrieve policies from the server tuesday-agent update
  • reads policies from a file
  • if policies exist then shows a fancy ascii report
  • can be run from cron like tuesday-agent sync
  • sync does two things: updates policies and then sends stats to the server (like doing tuesday-agent update && tuesday-agent send)
  • checks 3 things:
  1. versions and timestamps from package manager
  2. if policies match
  3. dist/OS updates available or packages held back
  • should check last time package manager was updated
Clone this wiki locally