This commit is contained in:
2026-03-13 17:23:49 -05:00
parent 1432d75bb6
commit 381b5700bd
32 changed files with 814 additions and 424 deletions

View File

@@ -1,5 +1,6 @@
flatpak --user update
sudo xbps-install -Su
git -C ~/void-packages/ pull
~/void-packages/xbps-src update-local
flatpak --user update
git -C ~/void-packages/ pull
cat local-package-list.txt | xargs -n1 ~/void-packages/xbps-src update-check
~/void-packages/xbps-src update-local
sudo xbps-install -Su
read -p "Press enter to continue"