From c802352e18ed8843117d81fe61a784525e4bc9c0 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Feb 2022 11:03:36 -0500 Subject: [PATCH] Update template git repos --- topgrade.aliases | 3 +++ 1 file changed, 3 insertions(+) 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