From fa6742773b8d7d522ea685538ea4facd0eb4f078 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 15:12:20 -0500 Subject: [PATCH] test --- topgrade.aliases | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/topgrade.aliases b/topgrade.aliases index e4529d5..329f752 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -14,21 +14,21 @@ topgrade () } # Use Configuration options from repo -topgrade-conf-pull () -{ - if [ -d "$topgrade_conf_path" ] ; then - git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path" - else - git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path" - fi -} +#topgrade-conf-pull () +#{ +# if [ -d "$topgrade_conf_path" ] ; then +# git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path" +# else +# git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path" +# fi +#} # System Updates Only -sysup () -{ - if [ -f "$topgrade_path" ] ; then - "$topgrade_path" --config $topgrade_conf_path/systemonly.toml - else - echo "topgrade not found at $topgrade_path" - fi -} +#sysup () +#{ +# if [ -f "$topgrade_path" ] ; then +# "$topgrade_path" --config $topgrade_conf_path/systemonly.toml +# else +# echo "topgrade not found at $topgrade_path" +# fi +#}