diff --git a/topgrade.aliases b/topgrade.aliases index b857db8..d419b8a 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -19,6 +19,9 @@ alias topgrade='$topgrade_path' # System Updates Only alias sysup='$topgrade_path --config $topgrade_conf_path/systemonly.toml' +# Template Repos +alias templateup='$topgrade_path --config $topgrade_conf_path/template_git.toml' + #topgrade () #{ #if [ -f "$topgrade_path" ] ; then