Better Updates Universal

This commit is contained in:
deathbybandaid 2022-02-01 14:46:23 -05:00
parent dce8c4371f
commit 4079a9848b

View File

@ -15,3 +15,6 @@ topgrade-conf-pull ()
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path" git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path"
fi fi
} }
# System Updates Only
alias sysup='$topgrade_path --config $topgrade_conf_path/systemonly.toml'