updateall also runs matugen updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user