From 73b8dfd083bb970abc0a94030726a386159bacb6 Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 21 Dec 2024 21:45:13 +0100 Subject: [PATCH] -Sy problem --- rp-os-ae.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 7700a5d..6d8fa6e 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -40,7 +40,7 @@ yellow=$(tput setaf 3) # ${yellow} curl -O https://mirror.cachyos.org/cachyos-repo.tar.xz tar xvf cachyos-repo.tar.xz && cd cachyos-repo sudo ./cachyos-repo.sh - sudo pacman -Sy + #sudo pacman -Sy echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed. echo ---------------------------------------------