diff --git a/modules/ShredOS.php b/modules/ShredOS.php new file mode 100644 index 0000000..950cf2b --- /dev/null +++ b/modules/ShredOS.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/PartialVolume/shredos.x86_64/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>