├── .gitignore ├── README.md ├── UpdateProfiles.plist ├── autodmg-checksum.py ├── autodmg-rss.py ├── autodmg-verify.py ├── install.sh └── sucatalog.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/README.md -------------------------------------------------------------------------------- /UpdateProfiles.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/UpdateProfiles.plist -------------------------------------------------------------------------------- /autodmg-checksum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/autodmg-checksum.py -------------------------------------------------------------------------------- /autodmg-rss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/autodmg-rss.py -------------------------------------------------------------------------------- /autodmg-verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/autodmg-verify.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/install.sh -------------------------------------------------------------------------------- /sucatalog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagerValp/AutoDMGUpdateProfiles/HEAD/sucatalog.sh --------------------------------------------------------------------------------