update and refresh

This commit is contained in:
2026-08-14 05:45:29 -06:00
parent cc7243aa39
commit 013acac303
7 changed files with 31 additions and 16 deletions
+3 -3
View File
@@ -48,10 +48,10 @@ else
git clone https://gitea.federated.computer/david/coredesktop.git ~/.local/share/coredesktop
fi
# Install the corerefresh and coreupdate management scripts to the user's bin
# Install the refresh and update management scripts to the user's bin
mkdir -p ~/.local/bin
sudo cp ~/.local/share/coredesktop/corerefresh ~/.local/bin/corerefresh
sudo cp ~/.local/share/coredesktop/coreupdate ~/.local/bin/coreupdate
sudo cp ~/.local/share/coredesktop/refresh ~/.local/bin/refresh
sudo cp ~/.local/share/coredesktop/update ~/.local/bin/update
cd ~/.local/share/coredesktop