├── README.md ├── SecUp.go ├── WinSecUp.template ├── a1 ├── r1.template └── update_script.template /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/README.md -------------------------------------------------------------------------------- /SecUp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/SecUp.go -------------------------------------------------------------------------------- /WinSecUp.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/WinSecUp.template -------------------------------------------------------------------------------- /a1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/a1 -------------------------------------------------------------------------------- /r1.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/r1.template -------------------------------------------------------------------------------- /update_script.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daniellowrie/update_script/HEAD/update_script.template --------------------------------------------------------------------------------