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