From 7ddac3e86e2c5e5a4b9df32bde951206920f0446 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 11 Sep 2022 05:17:55 -0400 Subject: [PATCH] Update link to Mutschler's blog Signed-off-by: Tommy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4228e..ffbb89d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Check out this repository: https://github.com/tommytran732/Arch-Setup-Script
The script removes some ~800 useless packages from the default installation. A lot of these have Flatpak alternatives.
2. Setup basic privacy and security (Setting umask to 077, closing open ports on firewalld, randomizing mac address, kernel module blacklist, sysctl hardening, etc)
-3. Setup a BTRFS layout compatible with Timeshift. Credits to https://mutschler.eu/linux/install-guides/fedora-btrfs/
+3. Setup a BTRFS layout compatible with Timeshift. Credits to https://mutschler.dev/linux/fedora-btrfs-33/
4. Setup Flathub
5. Quality of life stuff (Installing some packages that I use, enabling autotrim, setting up a nice GNOME, GTK, and icon theme, speeding up DNF, ...)