From bdaa79f10796f312cfdc7c9d7bbe133e9f22a981 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 24 May 2022 22:49:46 -0400 Subject: [PATCH] Reorganize --- README.md | 2 +- whonix-hardening.sh => debian/whonix-hardening.sh | 0 minimal-firewall.sh => fedora-minimal/minimal-firewall.sh | 0 minimal-sys-net.sh => fedora-minimal/minimal-sys-net.sh | 0 minimal-vault-gpg.sh => fedora-minimal/minimal-vault-gpg.sh | 0 emails.sh => fedora/emails.sh | 0 fedora.sh => fedora/fedora.sh | 0 nextcloud.sh => fedora/nextcloud.sh | 0 productivity.sh => fedora/productivity.sh | 0 protonvpn.sh => fedora/protonvpn.sh | 0 usb.sh => fedora/usb.sh | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename whonix-hardening.sh => debian/whonix-hardening.sh (100%) rename minimal-firewall.sh => fedora-minimal/minimal-firewall.sh (100%) rename minimal-sys-net.sh => fedora-minimal/minimal-sys-net.sh (100%) rename minimal-vault-gpg.sh => fedora-minimal/minimal-vault-gpg.sh (100%) rename emails.sh => fedora/emails.sh (100%) rename fedora.sh => fedora/fedora.sh (100%) rename nextcloud.sh => fedora/nextcloud.sh (100%) rename productivity.sh => fedora/productivity.sh (100%) rename protonvpn.sh => fedora/protonvpn.sh (100%) rename usb.sh => fedora/usb.sh (100%) diff --git a/README.md b/README.md index ff3bfa6..5b79384 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QubesOS-Scripts My Scripts for template VMs -1. For the normal TemplateVMs, run the fedora.sh first to trim down the Fedora template, then base the other templates on it. +1. For the normal Fedora TemplateVMs, run the fedora.sh first to trim down the Fedora template, then base the other templates on it. 2. The minimal templates should be based directly on the Fedora minimal template. 3. The whonix hardening script should be run on both the workstation and gateway. diff --git a/whonix-hardening.sh b/debian/whonix-hardening.sh similarity index 100% rename from whonix-hardening.sh rename to debian/whonix-hardening.sh diff --git a/minimal-firewall.sh b/fedora-minimal/minimal-firewall.sh similarity index 100% rename from minimal-firewall.sh rename to fedora-minimal/minimal-firewall.sh diff --git a/minimal-sys-net.sh b/fedora-minimal/minimal-sys-net.sh similarity index 100% rename from minimal-sys-net.sh rename to fedora-minimal/minimal-sys-net.sh diff --git a/minimal-vault-gpg.sh b/fedora-minimal/minimal-vault-gpg.sh similarity index 100% rename from minimal-vault-gpg.sh rename to fedora-minimal/minimal-vault-gpg.sh diff --git a/emails.sh b/fedora/emails.sh similarity index 100% rename from emails.sh rename to fedora/emails.sh diff --git a/fedora.sh b/fedora/fedora.sh similarity index 100% rename from fedora.sh rename to fedora/fedora.sh diff --git a/nextcloud.sh b/fedora/nextcloud.sh similarity index 100% rename from nextcloud.sh rename to fedora/nextcloud.sh diff --git a/productivity.sh b/fedora/productivity.sh similarity index 100% rename from productivity.sh rename to fedora/productivity.sh diff --git a/protonvpn.sh b/fedora/protonvpn.sh similarity index 100% rename from protonvpn.sh rename to fedora/protonvpn.sh diff --git a/usb.sh b/fedora/usb.sh similarity index 100% rename from usb.sh rename to fedora/usb.sh