From b103696a3330cdc3e6958dff8a5bc6216780e8f2 Mon Sep 17 00:00:00 2001 From: Kreeblah Date: Mon, 5 Jun 2023 12:38:01 -0700 Subject: [PATCH] Include security scripts in updates --- .github/download_distribution.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/download_distribution.py b/.github/download_distribution.py index aae5c8d00b..94b77e5724 100755 --- a/.github/download_distribution.py +++ b/.github/download_distribution.py @@ -196,6 +196,15 @@ def fetch_extra_content_urls() -> List[str]: result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/other_authors/wifi.sh"]) result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/rtc.sh"]) result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/timezone.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/security_fixes.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/ssh_on.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/ssh_off.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/ftp_on.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/ftp_off.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/samba_on.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/samba_off.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/firewall_on.sh"]) + result.extend(["https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/firewall_off.sh"]) result.extend(["user-content-linux-binary", "https://github.com/MiSTer-devel/PDFViewer_MiSTer"]) result.extend(["user-content-empty-folder", "games/TGFX16-CD"]) result.extend(["user-content-gamecontrollerdb", "https://raw.githubusercontent.com/MiSTer-devel/Gamecontrollerdb_MiSTer/main/gamecontrollerdb.txt"])