From 3e178cc472990f195b2d36ce5d72b39d2ba9350d Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 29 Apr 2026 07:17:21 -0600 Subject: [PATCH] fix corerefresh --- corerefresh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/corerefresh b/corerefresh index 93dfc8b..09a6f50 100755 --- a/corerefresh +++ b/corerefresh @@ -20,6 +20,7 @@ EOF clear print_logo -echo "Let's get the lastest changes to CoreDesktop..." +echo "Getting the latest changes to CoreDesktop..." -wget -qO- https://gitea.young.computer/david/desktoplinux.arch/raw/branch/main/install.sh | bash +git -C ~/.local/share/coredesktop pull +bash ~/.local/share/coredesktop/install.sh