diff --git a/arch_install.sh b/arch_install.sh index 5a5ed91..f065bf9 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -293,6 +293,7 @@ if [[ $oldroot_fix = "y" ]]; then fi printf '%s\n' "Setting better journald sizes" +mkdir -p /etc/systemd/journald.conf.d/ printf '%s\n' "[Journal] SystemMaxUse=250M SystemMaxFileSize=50M" > /etc/systemd/journald.conf.d/size.conf @@ -363,9 +364,6 @@ read -n 1 -s -p "To continue press any key" cd ~ rm -rf ~/paru -printf '%s\n' "Reloading systemd-resolved" -sudo systemctl restart systemd-resolved - printf '%s\n' "Setting up additional must have aur packages" paru -S --needed --noconfirm brillo dmenu-bluetooth clipmenu-git xdg-ninja-git tutanota-desktop-bin ferdium-bin colorpicker yt-dlp downgrade dashbinsh @@ -445,9 +443,6 @@ if [[ $gaming = "y" ]]; then lutris python-magic winetricks protontricks proton-ge-custom-bin \ heroic-games-launcher-bin libstrangle-git --needed --noconfirm - ln -s $HOME/repos/dots/.config/gamemode.ini $HOME/.config/gamemode.init - ln -s $HOME/repos/dots/.config/Mangohud $HOME/.config/Mangohud - printf '%s\n' "Setting up gamemode" sudo usermod -a `whoami` -G gamemode printf '%s\n' "@gamemode - nice 10" | sudo tee -a /etc/security/limits.conf