updateall also runs matugen updates
This commit is contained in:
@@ -92,6 +92,15 @@ function updateall
|
|||||||
popd
|
popd
|
||||||
end
|
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
|
######## Run AUR Updates
|
||||||
|
|
||||||
set_color cyan
|
set_color cyan
|
||||||
|
|||||||
Reference in New Issue
Block a user