updateall also runs matugen updates

This commit is contained in:
Hannes
2026-08-22 15:42:06 +02:00
parent 275121a638
commit 485d8768f9
+9
View File
@@ -92,6 +92,15 @@ function updateall
popd
end
set_color cyan
echo "#### Updating matugen ####"
set_color normal
if test -d ~/.config/matugen && test -d ~/.config/matugen/.git
pushd ~/.config/matugen/
git pull
popd
end
######## Run AUR Updates
set_color cyan