From c5ca121fde65cfa5c1729f779cf6b0f47b6ebb21 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sat, 19 Sep 2026 22:28:12 +0200 Subject: working fix/test --- raveos-welcome/gaming-optimize.sh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'raveos-welcome/gaming-optimize.sh') diff --git a/raveos-welcome/gaming-optimize.sh b/raveos-welcome/gaming-optimize.sh index 1c23d18..a68f61a 100755 --- a/raveos-welcome/gaming-optimize.sh +++ b/raveos-welcome/gaming-optimize.sh @@ -66,20 +66,6 @@ EOF echo "[OK] io_sched alkalmazva" } -apply_ananicy() { - if ! pacman -Q ananicy-cpp &>/dev/null && ! pacman -Q ananicy-cpp-git &>/dev/null; then - if ! pacman -S --noconfirm --needed ananicy-cpp cachyos-ananicy-rules; then - echo "[FAIL] ananicy: pacman telepites sikertelen" - return 1 - fi - fi - if ! systemctl enable --now ananicy-cpp; then - echo "[FAIL] ananicy: systemctl enable --now sikertelen" - return 1 - fi - echo "[OK] ananicy alkalmazva" -} - apply_gamemode() { if ! pacman -S --noconfirm --needed gamemode lib32-gamemode mangohud lib32-mangohud goverlay; then echo "[FAIL] gamemode: pacman telepites sikertelen (multilib repo engedelyezve van?)" @@ -232,7 +218,6 @@ for arg in "$@"; do case "$arg" in sysctl) apply_sysctl || FAILED+=("$arg") ;; io_sched) apply_io_sched || FAILED+=("$arg") ;; - ananicy) apply_ananicy || FAILED+=("$arg") ;; gamemode) apply_gamemode || FAILED+=("$arg") ;; gpu_profile) apply_gpu_profile || FAILED+=("$arg") ;; amd_powercap) apply_amd_powercap || FAILED+=("$arg") ;; -- cgit v1.3