From e85069cfd38a67e159f3a9914f7a3bdf19f86c1a Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Tue, 11 Nov 2025 16:51:18 +0100 Subject: [PATCH] bugfix --- v2/arch-minimal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/arch-minimal.sh b/v2/arch-minimal.sh index 4e06803..0f9f581 100755 --- a/v2/arch-minimal.sh +++ b/v2/arch-minimal.sh @@ -47,7 +47,7 @@ say_yellow "Starting minimal setup..." mkdir -p "$HOME"/{.bin,.fonts,.icons,.themes,DATA} "$HOME/.local/share/"{icons,themes,applications} "$HOME/.config/"{autostart,gtk-{3.0,4.0},variety,fish,neofetch} # Install essential tools -install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chrony unzip chromium +install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chronyd unzip chromium # Optionally handle fonts FONT_DIR="$HOME/.local/share/fonts" @@ -67,7 +67,7 @@ else fi # Enable basic services -sudo systemctl enable chrony +sudo systemctl enable chronyd.service sudo systemctl enable fstrim.timer # End of script