From 2e74add295565446b7ab5f313254b0f9c7e35399 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sun, 2 Apr 2023 14:47:50 +0200 Subject: [PATCH] Add ShredOS --- modules/ShredOS.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/ShredOS.php 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; + } +} + +?>