-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 doingtuesday-agent update && tuesday-agent send
) - checks 3 things:
- versions and timestamps from package manager
- if policies match
- dist/OS updates available or packages held back
- should check last time package manager was updated